We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7518e29 commit 12fcdf0Copy full SHA for 12fcdf0
go.mod
@@ -4,6 +4,7 @@ go 1.22
4
5
require (
6
github.com/getsentry/sentry-go v0.27.0
7
+ github.com/go-logr/logr v1.4.1
8
github.com/go-redis/redismock/v9 v9.2.0
9
github.com/golangci/golangci-lint v1.57.2
10
github.com/hashicorp/go-retryablehttp v0.7.5
@@ -79,7 +80,6 @@ require (
79
80
github.com/fzipp/gocyclo v0.6.0 // indirect
81
github.com/ghostiam/protogetter v0.3.5 // indirect
82
github.com/go-critic/go-critic v0.11.2 // indirect
- github.com/go-logr/logr v1.4.1 // indirect
83
github.com/go-logr/stdr v1.2.2 // indirect
84
github.com/go-toolsmith/astcast v1.1.0 // indirect
85
github.com/go-toolsmith/astcopy v1.1.0 // indirect
0 commit comments