Skip to content

Commit 884c846

Browse files
chore(deps): update module golang.org/x/net to v0.36.0 [security]
Signed-off-by: null <redhat-internal-renovate@redhat.com>
1 parent a958138 commit 884c846

File tree

12 files changed

+315
-656
lines changed

12 files changed

+315
-656
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/kubevirt/kubevirt-tekton-tasks
22

3-
go 1.23
3+
go 1.23.0
4+
45
// Kubernetes
56
replace (
67
k8s.io/client-go => k8s.io/client-go v0.31.6
@@ -130,7 +131,7 @@ require (
130131
go.uber.org/multierr v1.11.0 // indirect
131132
golang.org/x/crypto v0.35.0 // indirect
132133
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
133-
golang.org/x/net v0.35.0 // indirect
134+
golang.org/x/net v0.36.0 // indirect
134135
golang.org/x/oauth2 v0.27.0 // indirect
135136
golang.org/x/sync v0.11.0 // indirect
136137
golang.org/x/sys v0.30.0 // indirect

go.sum

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

vendor/golang.org/x/net/context/context.go

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

vendor/golang.org/x/net/context/go17.go

Lines changed: 0 additions & 72 deletions
This file was deleted.

vendor/golang.org/x/net/context/go19.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)