mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
23 lines
737 B
Modula-2
23 lines
737 B
Modula-2
module github.com/gitpod-io/gitpod/changelog
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/go-github/v38 v38.1.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|