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 May 1, 2024
1 parent f14cedd commit a7c462c
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.30.0
k8s.io/client-go v0.30.0
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.120.1
)

require (
Expand Down Expand Up @@ -49,7 +50,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.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Expand Down

0 comments on commit a7c462c

Please sign in to comment.