feat: add CLI scaffold with cobra + fang

This commit is contained in:
2026-02-25 20:09:38 +00:00
parent 08514a27e1
commit d7755453ca
3 changed files with 40 additions and 0 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module github.com/gogrlx/snack
go 1.26.0
require github.com/spf13/cobra v1.10.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)