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:00:31 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
gitter.top/common/lormatter v0.0.0-20230722045844-3f2987f9dd0e
|
2023-05-24 15:37:48 +00:00
|
|
|
golang.org/x/mod v0.10.0
|
|
|
|
)
|
|
|
|
|
|
|
|
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-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-07-22 08:00:31 +00:00
|
|
|
golang.org/x/sys v0.10.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
|
|
|
)
|