File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/gitpod-io/gitpod/changelog
22
3- go 1.16
3+ go 1.18
44
55require (
66github.com/google/go-github/v38 v38.1.0
77github.com/sirupsen/logrus v1.8.1
88github.com/spf13/cobra v1.4.0
99golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
1010)
11+
12+ require (
13+ github.com/golang/protobuf v1.4.2 // indirect
14+ github.com/google/go-querystring v1.0.0 // indirect
15+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
16+ github.com/spf13/pflag v1.0.5 // indirect
17+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
18+ golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
19+ golang.org/x/sys v0.0.0-20200803210538-64077c9b5642 // indirect
20+ google.golang.org/appengine v1.6.6 // indirect
21+ google.golang.org/protobuf v1.25.0 // indirect
22+ )
Original file line number Diff line number Diff line change 11module test
22
3- go 1.16
3+ go 1.18
44
55require (
66github.com/helloyi/go-sshclient v1.1.0
77github.com/spf13/cobra v1.4.0
88)
9+
10+ require (
11+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
12+ github.com/spf13/pflag v1.0.5 // indirect
13+ golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
14+ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
15+ )
You can’t perform that action at this time.
0 commit comments