Skip to content

Commit dcf88bd

Browse files
vdemeestertekton-robot
authored andcommitted
Update golang.org/x/net to latest and to go 1.23
This fixes the reported vulnerability. Signed-off-by: Vincent Demeester <[email protected]>
1 parent df6c817 commit dcf88bd

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

test/custom-task-ctrls/wait-task-beta/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tektoncd/pipeline/test/wait-task-beta
22

3-
go 1.21
3+
go 1.23.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
@@ -70,13 +70,13 @@ require (
7070
go.uber.org/multierr v1.10.0 // indirect
7171
go.uber.org/zap v1.26.0 // indirect
7272
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
73-
golang.org/x/mod v0.14.0 // indirect
74-
golang.org/x/net v0.23.0 // indirect
73+
golang.org/x/mod v0.17.0 // indirect
74+
golang.org/x/net v0.40.0 // indirect
7575
golang.org/x/oauth2 v0.13.0 // indirect
76-
golang.org/x/sync v0.5.0 // indirect
77-
golang.org/x/sys v0.18.0 // indirect
78-
golang.org/x/term v0.18.0 // indirect
79-
golang.org/x/text v0.14.0 // indirect
76+
golang.org/x/sync v0.14.0 // indirect
77+
golang.org/x/sys v0.33.0 // indirect
78+
golang.org/x/term v0.32.0 // indirect
79+
golang.org/x/text v0.25.0 // indirect
8080
golang.org/x/time v0.3.0 // indirect
8181
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8282
google.golang.org/api v0.147.0 // indirect

test/custom-task-ctrls/wait-task-beta/go.sum

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

0 commit comments

Comments
 (0)