Initial commit
This commit is contained in:
10
skills/go-cli-builder/assets/templates/go.mod.template
Normal file
10
skills/go-cli-builder/assets/templates/go.mod.template
Normal file
@@ -0,0 +1,10 @@
|
||||
module {{MODULE_NAME}}
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.32
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/cobra v1.9.1
|
||||
github.com/spf13/viper v1.20.1
|
||||
)
|
||||
Reference in New Issue
Block a user