Skip to content

Commit ced5774

Browse files
committed
fix
1 parent bed8870 commit ced5774

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

dev/gp-gcloud/go.mod

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ require (
66
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
77
github.com/spf13/cobra v1.5.0
88
golang.org/x/net v0.8.0
9-
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
9+
golang.org/x/oauth2 v0.5.0
1010
google.golang.org/api v0.100.0
1111
)
1212

1313
require (
1414
cloud.google.com/go/compute v1.12.1 // indirect
1515
cloud.google.com/go/compute/metadata v0.2.1 // indirect
16+
github.com/beorn7/perks v1.0.1 // indirect
17+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1618
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
1719
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1820
github.com/golang/protobuf v1.5.3 // indirect
@@ -22,7 +24,12 @@ require (
2224
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
2325
github.com/hashicorp/golang-lru v1.0.2 // indirect
2426
github.com/inconshreveable/mousetrap v1.0.0 // indirect
27+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2528
github.com/mitchellh/reflectwalk v1.0.2 // indirect
29+
github.com/prometheus/client_golang v1.16.0 // indirect
30+
github.com/prometheus/client_model v0.3.0 // indirect
31+
github.com/prometheus/common v0.42.0 // indirect
32+
github.com/prometheus/procfs v0.10.1 // indirect
2633
github.com/sirupsen/logrus v1.9.3 // indirect
2734
github.com/spf13/pflag v1.0.5 // indirect
2835
go.opencensus.io v0.23.0 // indirect

dev/gp-gcloud/go.sum

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)