Skip to content

Commit 35a9db1

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

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
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.0
55
require (
66
cloud.google.com/go/storage v1.57.0
77
github.com/getsentry/sentry-go v0.36.2
8-
github.com/getsentry/sentry-go/logrus v0.35.3
8+
github.com/getsentry/sentry-go/logrus v0.36.2
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.36.2 h1:uhuxRPTrUy0dnSzTd0LrYXlBYygLkKY0hhlG5LXarzM=
5050
github.com/getsentry/sentry-go v0.36.2/go.mod h1:p5Im24mJBeruET8Q4bbcMfCQ+F+Iadc4L48tB1apo2c=
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=
51+
github.com/getsentry/sentry-go/logrus v0.36.2 h1:dWvlFUvr+DzLfnU9Ix/Kqz7DLsryKsv6ypSCqSrwnsU=
52+
github.com/getsentry/sentry-go/logrus v0.36.2/go.mod h1:TaBgD8Y2jLvN2lpk96JO03CR3N6lFeWxwOkwd73bXiM=
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/github.com/getsentry/sentry-go/logrus/logrusentry.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/getsentry/sentry-go/internal/otel/baggage
125125
github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage
126126
github.com/getsentry/sentry-go/internal/protocol
127127
github.com/getsentry/sentry-go/internal/ratelimit
128-
# github.com/getsentry/sentry-go/logrus v0.35.3
129-
## explicit; go 1.22
128+
# github.com/getsentry/sentry-go/logrus v0.36.2
129+
## explicit; go 1.23
130130
github.com/getsentry/sentry-go/logrus
131131
# github.com/go-jose/go-jose/v4 v4.0.5
132132
## explicit; go 1.21

0 commit comments

Comments
 (0)