@@ -3,7 +3,7 @@ module github.com/gitpod-io/gitpod/content-service
3
3
go 1.18
4
4
5
5
require (
6
- cloud.google.com/go/storage v1.22 .0
6
+ cloud.google.com/go/storage v1.23 .0
7
7
github.com/cenkalti/backoff v2.2.1+incompatible
8
8
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
9
9
github.com/gitpod-io/gitpod/content-service/api v0.0.0-00010101000000-000000000000
@@ -17,26 +17,26 @@ require (
17
17
github.com/opentracing/opentracing-go v1.2.0
18
18
github.com/prometheus/client_golang v1.12.1 // indirect
19
19
github.com/spf13/cobra v1.4.0
20
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
21
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
22
- golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
23
- google.golang.org/api v0.77 .0
24
- google.golang.org/grpc v1.45 .0
20
+ golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb
21
+ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
22
+ golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
23
+ google.golang.org/api v0.85 .0
24
+ google.golang.org/grpc v1.47 .0
25
25
google.golang.org/protobuf v1.28.0
26
26
)
27
27
28
28
require (
29
- github.com/fsouza/fake-gcs-server v1.37.11
29
+ github.com/fsouza/fake-gcs-server v1.38.3
30
30
github.com/testcontainers/testcontainers-go v0.13.0
31
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
31
+ golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c
32
32
k8s.io/apimachinery v0.24.2
33
33
)
34
34
35
35
require (
36
- cloud.google.com/go v0.100.2 // indirect
37
- cloud.google.com/go/compute v1.6 .0 // indirect
36
+ cloud.google.com/go v0.102.1 // indirect
37
+ cloud.google.com/go/compute v1.7 .0 // indirect
38
38
cloud.google.com/go/iam v0.3.0 // indirect
39
- cloud.google.com/go/pubsub v1.21 .0 // indirect
39
+ cloud.google.com/go/pubsub v1.23 .0 // indirect
40
40
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
41
41
github.com/Microsoft/go-winio v0.4.17 // indirect
42
42
github.com/Microsoft/hcsshim v0.8.23 // indirect
@@ -56,7 +56,8 @@ require (
56
56
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
57
57
github.com/golang/protobuf v1.5.2 // indirect
58
58
github.com/google/uuid v1.3.0 // indirect
59
- github.com/googleapis/gax-go/v2 v2.3.0 // indirect
59
+ github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
60
+ github.com/googleapis/gax-go/v2 v2.4.0 // indirect
60
61
github.com/googleapis/go-type-adapters v1.0.0 // indirect
61
62
github.com/gorilla/handlers v1.5.1 // indirect
62
63
github.com/gorilla/mux v1.8.0 // indirect
@@ -88,20 +89,20 @@ require (
88
89
github.com/rs/xid v1.2.1 // indirect
89
90
github.com/sirupsen/logrus v1.8.1 // indirect
90
91
github.com/spf13/pflag v1.0.5 // indirect
91
- github.com/stretchr/testify v1.7.1 // indirect
92
+ github.com/stretchr/testify v1.7.5 // indirect
92
93
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
93
94
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
94
95
go.opencensus.io v0.23.0 // indirect
95
96
go.uber.org/atomic v1.8.0 // indirect
96
97
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
97
- golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
98
+ golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
98
99
golang.org/x/text v0.3.7 // indirect
99
- golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
100
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
100
101
google.golang.org/appengine v1.6.7 // indirect
101
- google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
102
+ google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
102
103
gopkg.in/inf.v0 v0.9.1 // indirect
103
104
gopkg.in/ini.v1 v1.62.0 // indirect
104
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
105
+ gopkg.in/yaml.v3 v3.0.1 // indirect
105
106
)
106
107
107
108
replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway
0 commit comments