Skip to content

Commit 8727c22

Browse files
build(deps): bump github.com/getsentry/sentry-go/logrus (#263)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2970715 commit 8727c22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
require (
66
cloud.google.com/go/storage v1.56.2
77
github.com/getsentry/sentry-go v0.35.3
8-
github.com/getsentry/sentry-go/logrus v0.35.1
8+
github.com/getsentry/sentry-go/logrus v0.35.3
99
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1010
github.com/google/uuid v1.6.0
1111
github.com/mitchellh/mapstructure v1.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
4848
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
4949
github.com/getsentry/sentry-go v0.35.3 h1:u5IJaEqZyPdWqe/hKlBKBBnMTSxB/HenCqF3QLabeds=
5050
github.com/getsentry/sentry-go v0.35.3/go.mod h1:mdL49ixwT2yi57k5eh7mpnDyPybixPzlzEJFu0Z76QA=
51-
github.com/getsentry/sentry-go/logrus v0.35.1 h1:HbxpC9WeDtaaYIHi8NE5y4bBPZzwo+IX1eI/A83rEDI=
52-
github.com/getsentry/sentry-go/logrus v0.35.1/go.mod h1:+HR4PKhaujVAF3gQaA8tGWOKp4Ftx1Wb3X2B7ncG76A=
51+
github.com/getsentry/sentry-go/logrus v0.35.3 h1:kJVWiBRAmCxA9pUs/2rSrJUJCHvuptruRT236kGl2h8=
52+
github.com/getsentry/sentry-go/logrus v0.35.3/go.mod h1:8hnx4DQKuggy6HbbiAqVK97IjuiFR24c+v9iWg1Rin8=
5353
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=
5454
github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
5555
github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ github.com/getsentry/sentry-go/internal/debug
122122
github.com/getsentry/sentry-go/internal/otel/baggage
123123
github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage
124124
github.com/getsentry/sentry-go/internal/ratelimit
125-
# github.com/getsentry/sentry-go/logrus v0.35.1
126-
## explicit; go 1.21
125+
# github.com/getsentry/sentry-go/logrus v0.35.3
126+
## explicit; go 1.22
127127
github.com/getsentry/sentry-go/logrus
128128
# github.com/go-jose/go-jose/v4 v4.0.5
129129
## explicit; go 1.21

0 commit comments

Comments
 (0)