gomod/go.mod

24 lines
620 B
Modula-2
Raw Normal View History

module gitter.top/apps/gomod
go 1.20
require (
github.com/google/go-github/v64 v64.0.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
gitter.top/common/lormatter v0.0.1
golang.org/x/mod v0.20.0
golang.org/x/net v0.28.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.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)