23 lines
622 B
Modula-2
23 lines
622 B
Modula-2
module gitter.top/apps/gomod
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/go-github/v56 v56.0.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/stretchr/testify v1.8.4
|
|
gitter.top/common/lormatter v0.0.0-20230910075849-28d49dccd03a
|
|
golang.org/x/mod v0.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|