Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-1.32
Browse files Browse the repository at this point in the history
Kubernetes-commit: f5900aab680c34bea040b39ac83dfc48f466b573
  • Loading branch information
k8s-publishing-bot committed Dec 5, 2024
1 parent bf14697 commit b3c0cb6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 157 deletions.
18 changes: 5 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ require (
gopkg.in/evanphx/json-patch.v4 v4.12.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-20241205022319-ea815d578ce0
k8s.io/apimachinery v0.0.0-20241205021851-220d7c35f6db
k8s.io/client-go v0.0.0-20241205022958-9df509924771
k8s.io/component-base v0.0.0-20241205024250-af0d53b80315
k8s.io/klog/v2 v2.130.1
k8s.io/kms v0.0.0
k8s.io/kms v0.0.0-20241205024657-07861ef2bf4a
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0
Expand Down Expand Up @@ -127,11 +127,3 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kms => ../kms
)
Loading

0 comments on commit b3c0cb6

Please sign in to comment.