Skip to content

Commit

Permalink
[CVE-2023-45288] .*: bump x/net to v0.23.0
Browse files Browse the repository at this point in the history
Co-authored-by: Davanum Srinivas <[email protected]>
Signed-off-by: Madhav Jivrajani <[email protected]>

Kubernetes-commit: f10341af553a57bcfd04280042518b1abe283273
  • Loading branch information
MadhavJivrajani authored and k8s-publishing-bot committed Apr 4, 2024
1 parent 8eca52c commit 661759c
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 27 deletions.
27 changes: 18 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ require (
go.opentelemetry.io/otel/sdk v1.19.0
go.opentelemetry.io/otel/trace v1.19.0
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.16.0
golang.org/x/net v0.19.0
golang.org/x/crypto v0.21.0
golang.org/x/net v0.23.0
golang.org/x/sync v0.5.0
golang.org/x/sys v0.15.0
golang.org/x/sys v0.18.0
golang.org/x/time v0.3.0
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
google.golang.org/grpc v1.58.3
google.golang.org/protobuf v1.33.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20240313000607-f98a50355b81
k8s.io/apimachinery v0.0.0-20240312235255-d794766488ac
k8s.io/client-go v0.0.0-20240313002401-403b37f3ba57
k8s.io/component-base v0.0.0-20240313004157-bdb0447fa7fd
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/klog/v2 v2.110.1
k8s.io/kms v0.0.0-20240313004656-694e505cc7f6
k8s.io/kms v0.0.0
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0
Expand Down Expand Up @@ -115,7 +115,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
Expand All @@ -124,3 +124,12 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/apiserver => ../apiserver
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kms => ../kms
)
Loading

0 comments on commit 661759c

Please sign in to comment.