using Cobra for cli stuff
This commit is contained in:
@@ -2,4 +2,9 @@ module drogobox.com/drogobox
|
||||
|
||||
go 1.25.9
|
||||
|
||||
require github.com/joho/godotenv v1.5.1 // indirect
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/spf13/cobra v1.10.2 // indirect
|
||||
github.com/spf13/pflag v1.0.10 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user