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
netic-renovate-bot committed Oct 8, 2024
1 parent 0383043 commit a9a7865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/endpoint-controller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
k8s.io/apimachinery v0.31.1
k8s.io/client-go v0.31.1
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.130.1
)

require (
Expand Down Expand Up @@ -52,7 +53,6 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Expand Down

0 comments on commit a9a7865

Please sign in to comment.