Skip to content

Commit 6b14c1e

Browse files
vulkoingimroboquat
authored andcommitted
Update dev/ssh-load-test and dev/changelog go mod versions
1 parent bf59b02 commit 6b14c1e

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

dev/changelog/go.mod

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
module github.com/gitpod-io/gitpod/changelog
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/google/go-github/v38 v38.1.0
77
github.com/sirupsen/logrus v1.8.1
88
github.com/spf13/cobra v1.4.0
99
golang.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+
)

dev/ssh-load-test/go.mod

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
module test
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/helloyi/go-sshclient v1.1.0
77
github.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+
)

0 commit comments

Comments
 (0)