Skip to content

Commit

Permalink
call ./hack/update-vendor.sh
Browse files Browse the repository at this point in the history
Kubernetes-commit: 39a4cd1a083f0dff5ff3fc78063b64ad3c61099f
  • Loading branch information
neolit123 authored and k8s-publishing-bot committed Jul 5, 2023
1 parent f994827 commit 5bdf21a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 14 deletions.
15 changes: 8 additions & 7 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-20230612172207-d65e98cc80fa
k8s.io/apimachinery v0.0.0-20230612171306-38152d47d786
k8s.io/component-base v0.0.0-20230612180129-f0f6396631bf
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/component-base v0.0.0
)

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

replace (
k8s.io/api => k8s.io/api v0.0.0-20230612172207-d65e98cc80fa
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230612171306-38152d47d786
k8s.io/client-go => k8s.io/client-go v0.0.0-20230612174955-22da8a58bee1
k8s.io/component-base => k8s.io/component-base v0.0.0-20230612180129-f0f6396631bf
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kubelet => ../kubelet
)
Loading

0 comments on commit 5bdf21a

Please sign in to comment.