From 1e5825c17624208d0d3ec7af1bd9a5b0b12da013 Mon Sep 17 00:00:00 2001 From: demo Date: Fri, 8 May 2026 12:31:50 -0400 Subject: chore: install go-cmp I thought I needed this strictly, but that probably wasn't the case. Still, looks OK so I'll keep it. --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bed9074..ba79831 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module git.brandonirizarry.xyz/links go 1.26.2 -require golang.org/x/net v0.53.0 // indirect +require ( + github.com/google/go-cmp v0.7.0 + golang.org/x/net v0.53.0 +) -- cgit v1.2.3