From 26ec677a2bee8344675eb3b4afc24b3ae85f512a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 14 May 2026 11:17:55 -0400 Subject: cli: validate interior --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3