Switched to using cobra for better cli support

This commit is contained in:
2026-05-31 17:04:39 -05:00
parent 2e00798d2d
commit 9b665d2df6
5 changed files with 49 additions and 16 deletions
+6
View File
@@ -3,6 +3,12 @@ module scratchbox
go 1.25.4
require (
github.com/spf13/cobra v1.10.1
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)