File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ go 1.25.0
66
77godebug default=go1.25
88
9- require (
10- k8s.io/apimachinery v0.0.0-20251110204254-5a348c53eef0
11- k8s.io/klog/v2 v2.130.1
12- )
9+ require k8s.io/apimachinery v0.0.0
1310
1411require (
1512 github.com/davecgh/go-spew v1.1.1 // indirect
@@ -27,10 +24,13 @@ require (
2724 golang.org/x/text v0.29.0 // indirect
2825 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2926 gopkg.in/inf.v0 v0.9.1 // indirect
27+ k8s.io/klog/v2 v2.130.1 // indirect
3028 k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
3129 k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
3230 sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
3331 sigs.k8s.io/randfill v1.0.0 // indirect
3432 sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
3533 sigs.k8s.io/yaml v1.6.0 // indirect
3634)
35+
36+ replace k8s.io/apimachinery => ../apimachinery
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
5353gopkg.in/inf.v0 v0.9.1 /go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw =
5454gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
5555gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
56- k8s.io/apimachinery v0.0.0-20251110204254-5a348c53eef0 h1:uCi/FMiTM7303mfooUPf4sV2Zo049JgwqU7AMtYDFqQ =
57- k8s.io/apimachinery v0.0.0-20251110204254-5a348c53eef0 /go.mod h1:dR9KPaf5L0t2p9jZg/wCGB4b3ma2sXZ2zdNqILs+Sak =
5856k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
5957k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
6058k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZcmKS3g6CthxToOb37KgwE =
You can’t perform that action at this time.
0 commit comments