diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-14 11:17:55 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-14 11:17:55 -0400 |
| commit | 26ec677a2bee8344675eb3b4afc24b3ae85f512a (patch) | |
| tree | 3fb9ec63fa923f1f9fadf0cf039eedd20d5d4023 /go.mod | |
| parent | 0865e2e03651dcc7be91846a6e52125e56bcde31 (diff) | |
| download | lulu-26ec677a2bee8344675eb3b4afc24b3ae85f512a.zip | |
cli: validate interior
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |