Skip to content

Commit

Permalink
.: bump golang.org/x/net to v0.17.0
Browse files Browse the repository at this point in the history
Bumping golang.org/x/net in light of CVE-2023-39325 and CVE-2023-44487.

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

Kubernetes-commit: 1cd2ac99542ad0b9f82e3c0177ed3c3e18465136
  • Loading branch information
MadhavJivrajani authored and k8s-publishing-bot committed Oct 10, 2023
1 parent 6fb6697 commit 88c3a5d
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 41 deletions.
39 changes: 20 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
golang.org/x/sys v0.10.0
golang.org/x/sys v0.13.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.0.0-20230904104028-546e4253e738
k8s.io/apimachinery v0.0.0-20230904102823-bc548d1d2406
k8s.io/cli-runtime v0.0.0-20230904122821-51e09e4fa784
k8s.io/client-go v0.0.0-20230904110526-29a840dbdf2a
k8s.io/component-base v0.0.0-20230904111932-ef6aa9891ad3
k8s.io/component-helpers v0.0.0-20230904112358-b0b1c579ff2a
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/cli-runtime v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/component-helpers v0.0.0
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
k8s.io/metrics v0.0.0-20230904122313-7792b404983a
k8s.io/metrics v0.0.0
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3
Expand Down Expand Up @@ -80,11 +80,11 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/net v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -95,12 +95,13 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230904104028-546e4253e738
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230904102823-bc548d1d2406
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20230904122821-51e09e4fa784
k8s.io/client-go => k8s.io/client-go v0.0.0-20230904110526-29a840dbdf2a
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230807201159-791c213a776b
k8s.io/component-base => k8s.io/component-base v0.0.0-20230904111932-ef6aa9891ad3
k8s.io/component-helpers => k8s.io/component-helpers v0.0.0-20230904112358-b0b1c579ff2a
k8s.io/metrics => k8s.io/metrics v0.0.0-20230904122313-7792b404983a
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/cli-runtime => ../cli-runtime
k8s.io/client-go => ../client-go
k8s.io/code-generator => ../code-generator
k8s.io/component-base => ../component-base
k8s.io/component-helpers => ../component-helpers
k8s.io/kubectl => ../kubectl
k8s.io/metrics => ../metrics
)
Loading

0 comments on commit 88c3a5d

Please sign in to comment.