Skip to content

Commit 84b3cf8

Browse files
authored
Merge pull request #51 from csiblock/dependabot/go_modules/github.com/go-logr/logr-1.4.3
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
2 parents e71fa6c + 65c179a commit 84b3cf8

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ toolchain go1.24.1
77
require (
88
github.com/IBM/csi-volume-group-operator v0.9.2
99
github.com/csi-addons/spec v0.2.0
10-
github.com/go-logr/logr v1.4.2
11-
github.com/kubernetes-csi/csi-lib-utils v0.22.0
10+
github.com/go-logr/logr v1.4.3
11+
github.com/kubernetes-csi/csi-lib-utils v0.21.0
1212
github.com/onsi/ginkgo/v2 v2.23.4
1313
github.com/onsi/gomega v1.38.0
1414
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyT
2525
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
2626
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
2727
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
28-
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
29-
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
28+
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
29+
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
3030
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
3131
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
3232
github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=

vendor/github.com/go-logr/logr/.golangci.yaml

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/funcr/funcr.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ github.com/fsnotify/fsnotify
3333
# github.com/fxamacker/cbor/v2 v2.7.0
3434
## explicit; go 1.17
3535
github.com/fxamacker/cbor/v2
36-
# github.com/go-logr/logr v1.4.2
36+
# github.com/go-logr/logr v1.4.3
3737
## explicit; go 1.18
3838
github.com/go-logr/logr
3939
github.com/go-logr/logr/funcr

0 commit comments

Comments
 (0)