Skip to content

Commit e792930

Browse files
committed
lint code
Signed-off-by: Karol Szwaj <[email protected]>
1 parent 7049ed6 commit e792930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ require (
7171
k8s.io/api v0.33.0
7272
k8s.io/apiextensions-apiserver v0.33.0
7373
k8s.io/apimachinery v0.34.0-alpha.0
74+
k8s.io/apiserver v0.33.0
7475
k8s.io/cli-runtime v0.33.0
7576
k8s.io/client-go v0.33.0
7677
k8s.io/klog/v2 v2.130.1
@@ -497,7 +498,6 @@ require (
497498
gopkg.in/inf.v0 v0.9.1 // indirect
498499
gopkg.in/yaml.v2 v2.4.0 // indirect
499500
honnef.co/go/tools v0.6.1 // indirect
500-
k8s.io/apiserver v0.33.0 // indirect
501501
k8s.io/component-base v0.33.0 // indirect
502502
k8s.io/metrics v0.33.0 // indirect
503503
mvdan.cc/gofumpt v0.7.0 // indirect

0 commit comments

Comments
 (0)