Skip to content

Commit 337f8f3

Browse files
authored
Bump golang.org/x/crypto (#20683)
* Bump golang.org/x/crypto * Don't bump toolchain * go mod tidy * go mod tidy * Fix proxy build
1 parent 10672a1 commit 337f8f3

File tree

53 files changed

+582
-527
lines changed

Some content is hidden

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

53 files changed

+582
-527
lines changed

Diff for: components/blobserve/go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gitpod-io/gitpod/blobserve
22

3-
go 1.22.0
3+
go 1.23.0
44

55
toolchain go1.23.3
66

@@ -16,7 +16,7 @@ require (
1616
github.com/opencontainers/image-spec v1.1.0
1717
github.com/prometheus/client_golang v1.18.0
1818
github.com/spf13/cobra v1.7.0
19-
golang.org/x/sync v0.6.0
19+
golang.org/x/sync v0.12.0
2020
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
2121
)
2222

@@ -137,14 +137,14 @@ require (
137137
go.uber.org/multierr v1.11.0 // indirect
138138
go.uber.org/zap v1.27.0 // indirect
139139
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
140-
golang.org/x/crypto v0.21.0 // indirect
140+
golang.org/x/crypto v0.36.0 // indirect
141141
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
142-
golang.org/x/mod v0.15.0 // indirect
143-
golang.org/x/net v0.23.0 // indirect
144-
golang.org/x/sys v0.18.0 // indirect
145-
golang.org/x/text v0.14.0 // indirect
142+
golang.org/x/mod v0.17.0 // indirect
143+
golang.org/x/net v0.25.0 // indirect
144+
golang.org/x/sys v0.31.0 // indirect
145+
golang.org/x/text v0.23.0 // indirect
146146
golang.org/x/time v0.3.0 // indirect
147-
golang.org/x/tools v0.18.0 // indirect
147+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
148148
gonum.org/v1/gonum v0.14.0 // indirect
149149
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
150150
google.golang.org/grpc v1.60.1 // indirect

Diff for: components/blobserve/go.sum

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/content-service/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gitpod-io/gitpod/content-service
22

3-
go 1.22.0
3+
go 1.23.0
44

55
toolchain go1.23.3
66

@@ -22,8 +22,8 @@ require (
2222
github.com/opentracing/opentracing-go v1.2.0
2323
github.com/spf13/cobra v1.7.0
2424
golang.org/x/oauth2 v0.18.0
25-
golang.org/x/sync v0.6.0
26-
golang.org/x/sys v0.18.0
25+
golang.org/x/sync v0.12.0
26+
golang.org/x/sys v0.31.0
2727
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
2828
google.golang.org/api v0.171.0
2929
google.golang.org/grpc v1.62.1
@@ -106,9 +106,9 @@ require (
106106
go.opentelemetry.io/otel/metric v1.24.0 // indirect
107107
go.opentelemetry.io/otel/trace v1.24.0 // indirect
108108
go.uber.org/atomic v1.10.0 // indirect
109-
golang.org/x/crypto v0.21.0 // indirect
109+
golang.org/x/crypto v0.36.0 // indirect
110110
golang.org/x/net v0.23.0 // indirect
111-
golang.org/x/text v0.14.0 // indirect
111+
golang.org/x/text v0.23.0 // indirect
112112
golang.org/x/time v0.5.0 // indirect
113113
google.golang.org/appengine v1.6.8 // indirect
114114
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect

Diff for: components/content-service/go.sum

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/gitpod-cli/go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gitpod-io/gitpod/gitpod-cli
22

3-
go 1.22.0
3+
go 1.23.0
44

55
toolchain go1.23.3
66

@@ -26,8 +26,8 @@ require (
2626
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
2727
github.com/spf13/cobra v1.7.0
2828
github.com/stretchr/testify v1.8.4
29-
golang.org/x/sync v0.5.0
30-
golang.org/x/term v0.18.0
29+
golang.org/x/sync v0.12.0
30+
golang.org/x/term v0.30.0
3131
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
3232
google.golang.org/grpc v1.58.3
3333
gopkg.in/yaml.v2 v2.4.0
@@ -51,8 +51,8 @@ require (
5151
github.com/prometheus/client_golang v1.16.0 // indirect
5252
github.com/prometheus/client_model v0.4.0 // indirect
5353
github.com/prometheus/common v0.44.0 // indirect
54-
golang.org/x/crypto v0.21.0 // indirect
55-
golang.org/x/sys v0.18.0 // indirect
54+
golang.org/x/crypto v0.36.0 // indirect
55+
golang.org/x/sys v0.31.0 // indirect
5656
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
5757
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
5858
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
@@ -73,7 +73,7 @@ require (
7373
github.com/x-cray/logrus-prefixed-formatter v0.5.2
7474
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
7575
golang.org/x/net v0.23.0 // indirect
76-
golang.org/x/text v0.14.0 // indirect
76+
golang.org/x/text v0.23.0 // indirect
7777
google.golang.org/protobuf v1.33.0 // indirect
7878
gopkg.in/segmentio/analytics-go.v3 v3.1.0 // indirect
7979
)

Diff for: components/gitpod-cli/go.sum

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)