aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-07 09:39:30 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-07 09:39:30 -0400
commit4ee72fe36dd513bcbad227f7bdd6ed0079d2c95a (patch)
treec743fb3b71f46d701ea8db34220adb8cdb3074d8 /go.mod
parent2990789d98405291bfbb3e0dce4efca1153120ab (diff)
downloadlulu-4ee72fe36dd513bcbad227f7bdd6ed0079d2c95a.zip
implement GET /validate-interior
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b33c728..8d3ada2 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,12 @@ go 1.25.9
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/spf13/pflag v1.0.6 // indirect
github.com/stretchr/testify v1.11.1 // indirect
+ github.com/yawnak/string-enumer v0.0.0-20250330104602-f50db3525c45 // indirect
+ golang.org/x/mod v0.24.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
+ golang.org/x/sync v0.12.0 // indirect
+ golang.org/x/tools v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)