sync: update go.mod

This commit is contained in:
Kubernetes Publisher 2024-03-18 12:15:34 +00:00
parent 05c844e2a2
commit 7661bd2fe3
1 changed files with 0 additions and 8 deletions

8
go.mod
View File

@ -123,11 +123,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace (
k8s.io/api => k8s.io/api v0.0.0-20240314205423-d1659ebfc7f3
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20240307171817-d82afe1e363a
k8s.io/client-go => k8s.io/client-go v0.0.0-20240314205749-eea636f8f427
k8s.io/component-base => k8s.io/component-base v0.0.0-20240312000449-3c774a67a455
k8s.io/kms => k8s.io/kms v0.0.0-20240306172340-03c9a46c21c7
)