From 955b285aa917b5d1141f3757a77501243fc6a44e Mon Sep 17 00:00:00 2001 From: Aleksandar Aleksandrov Date: Tue, 6 Sep 2022 19:28:34 +0300 Subject: [PATCH] Update dev/ssh-load-test and dev/changelog go mod versions --- dev/changelog/go.mod | 14 +++++++++++++- dev/ssh-load-test/go.mod | 9 ++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/dev/changelog/go.mod b/dev/changelog/go.mod index 06f56ebf0a910d..7aca7db101f3e3 100644 --- a/dev/changelog/go.mod +++ b/dev/changelog/go.mod @@ -1,6 +1,6 @@ module github.com/gitpod-io/gitpod/changelog -go 1.16 +go 1.18 require ( github.com/google/go-github/v38 v38.1.0 @@ -8,3 +8,15 @@ require ( 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 +) diff --git a/dev/ssh-load-test/go.mod b/dev/ssh-load-test/go.mod index 949689a5c6a718..7877a29bc410c3 100644 --- a/dev/ssh-load-test/go.mod +++ b/dev/ssh-load-test/go.mod @@ -1,8 +1,15 @@ module test -go 1.16 +go 1.18 require ( github.com/helloyi/go-sshclient v1.1.0 github.com/spf13/cobra v1.4.0 ) + +require ( + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect + golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect +)