sync: update go.mod
This commit is contained in:
parent
05c844e2a2
commit
7661bd2fe3
8
go.mod
8
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue