28 lines
709 B
Plaintext
28 lines
709 B
Plaintext
module kode-starter
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gookit/color v1.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/spf13/cobra v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/net v0.11.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/oauth2 v0.9.0
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|