We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b8e98 commit 1e2e40fCopy full SHA for 1e2e40f
1 file changed
go.mod
@@ -11,6 +11,7 @@ require (
11
github.com/stretchr/testify v1.11.1
12
golang.org/x/term v0.39.0
13
gopkg.in/yaml.v3 v3.0.1
14
+ k8s.io/api v0.36.1
15
k8s.io/apimachinery v0.36.1
16
k8s.io/client-go v0.36.1
17
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
@@ -31,7 +32,6 @@ require (
31
32
golang.org/x/time v0.14.0 // indirect
33
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
34
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
- k8s.io/api v0.36.1 // indirect
35
sigs.k8s.io/yaml v1.6.0 // indirect
36
)
37
0 commit comments