add in cobra stubs for the subcommands

This commit is contained in:
2023-05-25 15:30:38 -07:00
parent 9a4f8023d8
commit 399faba8ef
12 changed files with 227 additions and 28 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module github.com/taigrr/mg
go 1.20
require github.com/spf13/cobra v1.7.0
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)