Add cobra
This commit is contained in:
parent
db84f1114a
commit
5f271efcf8
2 changed files with 20 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
@ -0,0 +1,9 @@
|
|||
module zet
|
||||
|
||||
go 1.24.6
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/cobra v1.10.1 // indirect
|
||||
github.com/spf13/pflag v1.0.10 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue