File tree Expand file tree Collapse file tree
hack/ci/custom-linters/analyzers/testdata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/cucumber/messages/go/v21 v21.0.1
1414 github.com/evanphx/json-patch v5.9.11+incompatible
1515 github.com/fsnotify/fsnotify v1.10.1
16- github.com/go-logr/logr v1.4.3
16+ github.com/go-logr/logr v1.4.4
1717 github.com/golang-jwt/jwt/v5 v5.3.1
1818 github.com/google/go-cmp v0.7.0
1919 github.com/google/go-containerregistry v0.21.7
Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ github.com/go-jose/go-jose/v4 v4.1.4/go.mod h1:x4oUasVrzR7071A4TnHLGSPpNOm2a21K9
167167github.com/go-logr/logr v1.2.2 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
168168github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI =
169169github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
170+ github.com/go-logr/logr v1.4.4 h1:tG4xh9yMsRCAiodLVTxyrkzSZ9+o0L1Kg/+cPVcbP/8 =
171+ github.com/go-logr/logr v1.4.4 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
170172github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag =
171173github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
172174github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ =
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module testdata
22
33go 1.26.3
44
5- require github.com/go-logr/logr v1.4.3
5+ require github.com/go-logr/logr v1.4.4
Original file line number Diff line number Diff line change 1- github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI =
2- github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
1+ github.com/go-logr/logr v1.4.4 h1:tG4xh9yMsRCAiodLVTxyrkzSZ9+o0L1Kg/+cPVcbP/8 =
2+ github.com/go-logr/logr v1.4.4 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
You can’t perform that action at this time.
0 commit comments