Skip to content

Commit

Permalink
fix(deps): update module k8s.io/klog to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 8182311 commit 48dd803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ require (
google.golang.org/grpc v1.68.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.130.1
)

require (
Expand Down Expand Up @@ -151,6 +151,7 @@ require (
google.golang.org/protobuf v1.35.2
gotest.tools v2.2.0+incompatible
k8s.io/apimachinery v0.31.2
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
)

Expand Down Expand Up @@ -371,7 +372,6 @@ require (
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
k8s.io/api v0.29.3 // indirect
k8s.io/client-go v0.29.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
rsc.io/binaryregexp v0.2.0 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Expand Down

0 comments on commit 48dd803

Please sign in to comment.