Skip to content

Commit

Permalink
.*: bump golang.org/x/net to v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

Kubernetes-commit: 1b90dff5276f3cb37236b446f1821175dad802c4
  • Loading branch information
MadhavJivrajani authored and k8s-publishing-bot committed Aug 2, 2023
1 parent 1971237 commit 0e276a4
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 32 deletions.
33 changes: 17 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ require (
github.com/stretchr/testify v1.8.2
golang.org/x/sys v0.10.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.0.0-20230718054858-1b0ec3bb3296
k8s.io/apimachinery v0.0.0-20230718054246-5cb236977966
k8s.io/cli-runtime v0.0.0-20230718062906-448da40f6f16
k8s.io/client-go v0.0.0-20230718055620-74c18d3a4044
k8s.io/component-base v0.0.0-20230718060631-a69210f80f53
k8s.io/component-helpers v0.0.0-20230718060759-4941fbcf32e8
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-20230718062729-3c09f7942094
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,7 +80,7 @@ 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.12.0 // indirect
golang.org/x/net v0.13.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
Expand All @@ -95,12 +95,13 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230718054858-1b0ec3bb3296
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230718054246-5cb236977966
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20230718062906-448da40f6f16
k8s.io/client-go => k8s.io/client-go v0.0.0-20230718055620-74c18d3a4044
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230718053611-fee1cc937e21
k8s.io/component-base => k8s.io/component-base v0.0.0-20230718060631-a69210f80f53
k8s.io/component-helpers => k8s.io/component-helpers v0.0.0-20230718060759-4941fbcf32e8
k8s.io/metrics => k8s.io/metrics v0.0.0-20230718062729-3c09f7942094
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 0e276a4

Please sign in to comment.