gomod/go.mod

32 lines
1.0 KiB
Modula-2
Raw Normal View History

2023-05-24 15:37:48 +00:00
module gitter.top/apps/gomod
go 1.20
require (
2023-07-22 08:00:31 +00:00
github.com/google/go-github/v53 v53.2.0
2023-06-11 10:46:51 +00:00
github.com/sirupsen/logrus v1.9.3
2023-05-24 15:37:48 +00:00
github.com/spf13/cobra v1.7.0
2023-07-22 08:35:59 +00:00
github.com/stretchr/testify v1.8.4
2023-10-13 14:07:39 +00:00
gitter.top/common/lormatter v0.0.0-20230910075849-28d49dccd03a
golang.org/x/mod v0.13.0
2023-05-24 15:37:48 +00:00
)
require (
2023-06-07 15:58:59 +00:00
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
2023-07-22 08:00:31 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2023-06-07 15:58:59 +00:00
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
2023-05-24 15:37:48 +00:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2023-07-22 08:00:31 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-05-24 15:37:48 +00:00
github.com/spf13/pflag v1.0.5 // indirect
2023-10-13 14:07:39 +00:00
github.com/stretchr/objx v0.5.1 // indirect
2023-06-07 15:58:59 +00:00
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
2023-10-13 14:07:39 +00:00
golang.org/x/sys v0.13.0 // indirect
2023-06-07 15:58:59 +00:00
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
2023-07-22 08:00:31 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2023-05-24 15:37:48 +00:00
)