Skip to content

Commit 59b2b83

Browse files
committed
Fix
1 parent fc43ca2 commit 59b2b83

File tree

87 files changed

+1029
-3213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1029
-3213
lines changed

components/blobserve/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ require (
113113
go.uber.org/multierr v1.9.0 // indirect
114114
go.uber.org/zap v1.24.0 // indirect
115115
golang.org/x/crypto v0.3.0 // indirect
116-
golang.org/x/net v0.3.0 // indirect
116+
golang.org/x/net v0.4.0 // indirect
117117
golang.org/x/sys v0.4.0 // indirect
118118
golang.org/x/text v0.5.0 // indirect
119119
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
120-
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
121-
google.golang.org/grpc v1.49.0 // indirect
120+
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
121+
google.golang.org/grpc v1.52.3 // indirect
122122
google.golang.org/protobuf v1.28.1 // indirect
123123
gopkg.in/inf.v0 v0.9.1 // indirect
124124
gopkg.in/yaml.v2 v2.4.0 // indirect

components/blobserve/go.sum

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

components/content-service-api/go/go.mod

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.19
44

55
require (
66
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
7-
github.com/google/go-cmp v0.5.8
7+
github.com/google/go-cmp v0.5.9
88
github.com/opencontainers/go-digest v1.0.0
99
github.com/opencontainers/image-spec v1.0.2
1010
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11-
google.golang.org/grpc v1.49.0
11+
google.golang.org/grpc v1.52.3
1212
google.golang.org/protobuf v1.28.1
1313
)
1414

@@ -23,21 +23,25 @@ require (
2323
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
2424
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2525
github.com/opentracing/opentracing-go v1.2.0 // indirect
26+
github.com/pkg/errors v0.9.1 // indirect
2627
github.com/pmezard/go-difflib v1.0.0 // indirect
2728
github.com/prometheus/client_golang v1.13.0 // indirect
2829
github.com/prometheus/client_model v0.2.0 // indirect
2930
github.com/prometheus/common v0.37.0 // indirect
3031
github.com/prometheus/procfs v0.8.0 // indirect
3132
github.com/sirupsen/logrus v1.8.1 // indirect
3233
github.com/slok/go-http-metrics v0.10.0 // indirect
33-
github.com/stretchr/testify v1.7.0 // indirect
34-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
34+
github.com/stretchr/testify v1.8.1 // indirect
35+
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
36+
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
37+
go.uber.org/atomic v1.4.0 // indirect
38+
golang.org/x/net v0.4.0 // indirect
3539
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
36-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
37-
golang.org/x/text v0.3.7 // indirect
40+
golang.org/x/sys v0.3.0 // indirect
41+
golang.org/x/text v0.5.0 // indirect
3842
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
39-
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154 // indirect
40-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
43+
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
44+
gopkg.in/yaml.v3 v3.0.1 // indirect
4145
)
4246

4347
replace github.com/gitpod-io/gitpod/common-go => ../../common-go // leeway

0 commit comments

Comments
 (0)