Skip to content

Commit

Permalink
Merge pull request #121545 from dims/automated-cherry-pick-of-#121364…
Browse files Browse the repository at this point in the history
…-upstream-release-1.28

Automated cherry pick of #121364: bump golang.org/grpc to v1.56.3

Kubernetes-commit: 197e7579adb1bf180617bd3becc2aa4dcceb5291
  • Loading branch information
k8s-publishing-bot committed Nov 1, 2023
1 parent 8e79124 commit f90338a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 164 deletions.
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ require (
google.golang.org/protobuf v1.31.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/api v0.0.0-20231101132117-a4f9a1a7752b
k8s.io/apimachinery v0.0.0-20231101131600-46a872ec555c
k8s.io/client-go v0.0.0-20231101134012-6ecf5b9145fb
k8s.io/component-base v0.0.0-20231101134853-0b8e595eb8b4
k8s.io/klog/v2 v2.100.1
k8s.io/kms v0.0.0
k8s.io/kms v0.0.0-20231101135337-d309c83ac74d
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2
Expand Down Expand Up @@ -126,10 +126,9 @@ require (
)

replace (
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/kms => ../kms
k8s.io/api => k8s.io/api v0.0.0-20231101132117-a4f9a1a7752b
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231101131600-46a872ec555c
k8s.io/client-go => k8s.io/client-go v0.0.0-20231101134012-6ecf5b9145fb
k8s.io/component-base => k8s.io/component-base v0.0.0-20231101134853-0b8e595eb8b4
k8s.io/kms => k8s.io/kms v0.0.0-20231101135337-d309c83ac74d
)
Loading

0 comments on commit f90338a

Please sign in to comment.