Skip to content

Commit 567675c

Browse files
author
Marcelo Amaral
committed
update go.mod
Signed-off-by: Marcelo Amaral <[email protected]>
1 parent d52ed5b commit 567675c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/prometheus/common v0.37.0
1414
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
1515
k8s.io/api v0.25.0
16+
k8s.io/klog/v2 v2.70.1
1617
)
1718

1819
require (
@@ -38,7 +39,6 @@ require (
3839
gopkg.in/yaml.v2 v2.4.0 // indirect
3940
gopkg.in/yaml.v3 v3.0.1 // indirect
4041
k8s.io/apimachinery v0.25.0 // indirect
41-
k8s.io/klog/v2 v2.70.1 // indirect
4242
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
4343
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
4444
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

0 commit comments

Comments
 (0)