summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-08 12:31:50 -0400
committerdemo <demo@antix1>2026-05-08 12:31:50 -0400
commit1e5825c17624208d0d3ec7af1bd9a5b0b12da013 (patch)
treeebd9f11a4360a3a1d99e62b81b362859e28344d8 /go.mod
parent1725d950bf406a23bebf5d3e15a4068a69997e64 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
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
+)