aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-14 11:17:55 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-14 11:17:55 -0400
commit26ec677a2bee8344675eb3b4afc24b3ae85f512a (patch)
tree3fb9ec63fa923f1f9fadf0cf039eedd20d5d4023 /go.mod
parent0865e2e03651dcc7be91846a6e52125e56bcde31 (diff)
downloadlulu-26ec677a2bee8344675eb3b4afc24b3ae85f512a.zip
cli: validate interior
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 5f4d74d..9448402 100644
--- a/go.mod
+++ b/go.mod
@@ -10,12 +10,14 @@ require (
)
require (
+ github.com/adrg/xdg v0.5.3 // indirect
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/yawnak/string-enumer v0.0.0-20250330104602-f50db3525c45 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
+ golang.org/x/sys v0.43.0 // indirect
golang.org/x/tools v0.44.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)