Skip to content

Commit

Permalink
Merge pull request #119086 from neolit123/automated-cherry-pick-of-#1…
Browse files Browse the repository at this point in the history
…18150-origin-release-1.27

Automated cherry pick of #118150 origin release 1.27

Kubernetes-commit: 55872a8eb12e1621e72121b18c15fef1f54a76ff
  • Loading branch information
k8s-publishing-bot committed Jul 5, 2023
1 parent 5bdf21a commit dadaa75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 57 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ go 1.20
require (
github.com/gogo/protobuf v1.3.2
google.golang.org/grpc v1.51.0
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/component-base v0.0.0
k8s.io/api v0.0.0-20230705181702-64b026215965
k8s.io/apimachinery v0.0.0-20230612171306-38152d47d786
k8s.io/component-base v0.0.0-20230705190003-c964270bd046
)

require (
Expand Down Expand Up @@ -46,9 +46,8 @@ require (
)

replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kubelet => ../kubelet
k8s.io/api => k8s.io/api v0.0.0-20230705181702-64b026215965
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230612171306-38152d47d786
k8s.io/client-go => k8s.io/client-go v0.0.0-20230705183358-8d8e2bc8c982
k8s.io/component-base => k8s.io/component-base v0.0.0-20230705190003-c964270bd046
)
Loading

0 comments on commit dadaa75

Please sign in to comment.