Add cobra

This commit is contained in:
Oliver Davies 2025-09-23 13:59:55 +01:00
parent db84f1114a
commit 5f271efcf8
2 changed files with 20 additions and 0 deletions

9
go.mod Normal file
View 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
)