Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-1.30
Browse files Browse the repository at this point in the history
Kubernetes-commit: 255e7919bcb340043b0d235f883fe070017ce18f
  • Loading branch information
k8s-publishing-bot committed Apr 5, 2024
1 parent 47b1534 commit 993e56f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 100 deletions.
23 changes: 6 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/stretchr/testify v1.8.4
google.golang.org/grpc v1.58.3
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/apiserver v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/cri-api v0.0.0
k8s.io/api v0.0.0-20240405200954-d014286182f6
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16
k8s.io/apiserver v0.0.0-20240405202321-d97582edf43f
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102
k8s.io/cri-api v0.0.0-20240405203557-7e1a55b9a18b
k8s.io/klog/v2 v2.120.1
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
)
Expand Down Expand Up @@ -59,14 +59,3 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

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/cri-api => ../cri-api
k8s.io/kms => ../kms
k8s.io/kubelet => ../kubelet
)
Loading

0 comments on commit 993e56f

Please sign in to comment.