Skip to content

Commit 1e2e40f

Browse files
author
Moritz Clasmeier
committed
go mod tidy
1 parent c8b8e98 commit 1e2e40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/stretchr/testify v1.11.1
1212
golang.org/x/term v0.39.0
1313
gopkg.in/yaml.v3 v3.0.1
14+
k8s.io/api v0.36.1
1415
k8s.io/apimachinery v0.36.1
1516
k8s.io/client-go v0.36.1
1617
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
@@ -31,7 +32,6 @@ require (
3132
golang.org/x/time v0.14.0 // indirect
3233
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
3334
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
34-
k8s.io/api v0.36.1 // indirect
3535
sigs.k8s.io/yaml v1.6.0 // indirect
3636
)
3737

0 commit comments

Comments
 (0)