remove klog/v1 dependencies due to that is in the unwanted dependencies in k/k

This commit is contained in:
koba1t
2024-03-28 00:05:46 +09:00
parent d7e60b8451
commit 91b92b52c1
64 changed files with 4 additions and 127 deletions

View File

@@ -31,7 +31,6 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20230601164746-7562a1006961 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)