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 adcb1c0 commit 08f585a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 293 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ require (
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
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/text 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/client-go v0.0.0-20231012114101-f981b0139261
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
sigs.k8s.io/kustomize/api v0.12.1
Expand All @@ -33,7 +33,7 @@ require (
github.com/go-openapi/jsonreference v0.20.0 // 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/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.1.0 // indirect
Expand All @@ -54,12 +54,12 @@ 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/sys v0.13.0 // indirect
golang.org/x/term 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
k8s.io/klog/v2 v2.80.1 // indirect
Expand All @@ -68,7 +68,8 @@ require (
)

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/client-go => k8s.io/client-go v0.0.0-20231012114101-f981b0139261
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/cli-runtime => ../cli-runtime
k8s.io/client-go => ../client-go
)
Loading

0 comments on commit 08f585a

Please sign in to comment.