Skip to content

Commit 0e64d05

Browse files
committed
upgrade golang-crypto library
1 parent 1bc508b commit 0e64d05

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

components/ws-proxy/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
88
github.com/gitpod-io/gitpod/supervisor/api v0.0.0-00010101000000-000000000000
99
github.com/gitpod-io/gitpod/ws-manager/api v0.0.0-00010101000000-000000000000
10-
github.com/gitpod-io/golang-crypto v0.0.0-20220823040820-b59f56dfbab3
10+
github.com/gitpod-io/golang-crypto v0.0.0-20230727160410-9e6db794c73d
1111
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
1212
github.com/google/go-cmp v0.5.9
1313
github.com/gorilla/handlers v1.5.1
@@ -73,9 +73,9 @@ require (
7373
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
7474
go.uber.org/atomic v1.7.0 // indirect
7575
golang.org/x/oauth2 v0.5.0 // indirect
76-
golang.org/x/sys v0.8.0 // indirect
77-
golang.org/x/term v0.8.0 // indirect
78-
golang.org/x/text v0.9.0 // indirect
76+
golang.org/x/sys v0.10.0 // indirect
77+
golang.org/x/term v0.10.0 // indirect
78+
golang.org/x/text v0.11.0 // indirect
7979
golang.org/x/time v0.3.0 // indirect
8080
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
8181
google.golang.org/appengine v1.6.7 // indirect

components/ws-proxy/go.sum

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

install/installer/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ require (
126126
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
127127
github.com/gitpod-io/gitpod/content-service v0.0.0-00010101000000-000000000000 // indirect
128128
github.com/gitpod-io/gitpod/usage-api v0.0.0-00010101000000-000000000000 // indirect
129-
github.com/gitpod-io/golang-crypto v0.0.0-20220823040820-b59f56dfbab3 // indirect
129+
github.com/gitpod-io/golang-crypto v0.0.0-20230727160410-9e6db794c73d // indirect
130130
github.com/go-errors/errors v1.4.2 // indirect
131131
github.com/go-gorp/gorp/v3 v3.0.5 // indirect
132132
github.com/go-logr/logr v1.2.4 // indirect
@@ -261,9 +261,9 @@ require (
261261
golang.org/x/net v0.10.0 // indirect
262262
golang.org/x/oauth2 v0.6.0 // indirect
263263
golang.org/x/sync v0.2.0 // indirect
264-
golang.org/x/sys v0.9.0 // indirect
265-
golang.org/x/term v0.9.0 // indirect
266-
golang.org/x/text v0.10.0 // indirect
264+
golang.org/x/sys v0.10.0 // indirect
265+
golang.org/x/term v0.10.0 // indirect
266+
golang.org/x/text v0.11.0 // indirect
267267
golang.org/x/time v0.3.0 // indirect
268268
golang.org/x/tools v0.9.1 // indirect
269269
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect

install/installer/go.sum

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

0 commit comments

Comments
 (0)