initial commit

This commit is contained in:
2023-02-19 13:44:18 -06:00
commit 327f3082b3
7 changed files with 187 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/DeveloperDurp/GoCLI
go 1.19
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)