Skip to content

Commit

Permalink
Update x/net for CVE-2023-45288
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>

Kubernetes-commit: 99fac38d2864e6bc9bb7cd1743d658caa1360c0c
  • Loading branch information
dims authored and k8s-publishing-bot committed Apr 3, 2024
1 parent cb37e84 commit 47b1534
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 29 deletions.
28 changes: 17 additions & 11 deletions go.mod
Expand Up @@ -9,12 +9,12 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.58.3
k8s.io/api v0.0.0-20240327161255-35ca1f4086ff
k8s.io/apimachinery v0.0.0-20240307171817-d82afe1e363a
k8s.io/apiserver v0.0.0-20240314211425-d5a86072033f
k8s.io/client-go v0.0.0-20240327162728-b4632b75ff72
k8s.io/component-base v0.0.0-20240327164446-ecbd1b6f465d
k8s.io/cri-api v0.0.0-20240327181501-1931560526bc
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/apiserver v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/cri-api v0.0.0
k8s.io/klog/v2 v2.120.1
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
)
Expand Down Expand Up @@ -43,10 +43,10 @@ require (
github.com/prometheus/procfs v0.10.1 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -61,6 +61,12 @@ require (
)

replace (
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20240307160843-0407311be590
k8s.io/kms => k8s.io/kms v0.0.0-20240327165525-6bf80055228c
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/cri-api => ../cri-api
k8s.io/kms => ../kms
k8s.io/kubelet => ../kubelet
)

0 comments on commit 47b1534

Please sign in to comment.