Skip to content

Commit

Permalink
bump golang.org/grpc to v1.56.3
Browse files Browse the repository at this point in the history
Bumping golang.org/grpc in light of CVE-2023-44487.

Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com>

Kubernetes-commit: 1575566c4aaf7c86302c19520d18fc98f35fcaaf
  • Loading branch information
sxd authored and k8s-publishing-bot committed Oct 19, 2023
1 parent 41e5cb1 commit f0ece49
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 310 deletions.
41 changes: 21 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ require (
github.com/russross/blackfriday/v2 v2.1.0
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.13.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.0.0-20231012112256-fd69e66e5682
k8s.io/apimachinery v0.0.0-20231012111352-71fc595479a8
k8s.io/cli-runtime v0.0.0-20231012132305-adcb1c0f3e47
k8s.io/client-go v0.0.0-20231012114101-f981b0139261
k8s.io/component-base v0.0.0-20231012120608-22e8942c583a
k8s.io/component-helpers v0.0.0-20231012121057-ec8f64ebefb6
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.80.1
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
k8s.io/metrics v0.0.0-20231012131753-7353c24d225b
k8s.io/metrics v0.0.0
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
Expand All @@ -56,7 +56,7 @@ require (
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Expand All @@ -79,24 +79,25 @@ require (
github.com/xlab/treeprint v1.1.0 // indirect
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/kustomize/api v0.12.1 // indirect
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20231012112256-fd69e66e5682
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231012111352-71fc595479a8
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20231012132305-adcb1c0f3e47
k8s.io/client-go => k8s.io/client-go v0.0.0-20231012114101-f981b0139261
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20231012110631-87375c6ef90f
k8s.io/component-base => k8s.io/component-base v0.0.0-20231012120608-22e8942c583a
k8s.io/component-helpers => k8s.io/component-helpers v0.0.0-20231012121057-ec8f64ebefb6
k8s.io/metrics => k8s.io/metrics v0.0.0-20231012131753-7353c24d225b
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 f0ece49

Please sign in to comment.