Skip to content

Commit 7e9d3d6

Browse files
build(deps): bump github.com/getsentry/sentry-go/logrus (#277)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f4c1b9 commit 7e9d3d6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.2
77
github.com/getsentry/sentry-go v0.40.0
8-
github.com/getsentry/sentry-go/logrus v0.36.2
8+
github.com/getsentry/sentry-go/logrus v0.40.0
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.40.0 h1:VTJMN9zbTvqDqPwheRVLcp0qcUcM+8eFivvGocAaSbo=
5050
github.com/getsentry/sentry-go v0.40.0/go.mod h1:eRXCoh3uvmjQLY6qu63BjUZnaBu5L5WhMV1RwYO8W5s=
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=
51+
github.com/getsentry/sentry-go/logrus v0.40.0 h1:6WgbZCIQ1pX1L9aOoHn24VEN4SlqE1XNI/+LkUxZqzg=
52+
github.com/getsentry/sentry-go/logrus v0.40.0/go.mod h1:CZtVwU1Twvwemw4XtVgUagyu0R4bU9llukKApE9YYEE=
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: 1 addition & 1 deletion
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
@@ -126,8 +126,8 @@ 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
128128
github.com/getsentry/sentry-go/internal/telemetry
129-
# github.com/getsentry/sentry-go/logrus v0.36.2
130-
## explicit; go 1.23
129+
# github.com/getsentry/sentry-go/logrus v0.40.0
130+
## explicit; go 1.23.0
131131
github.com/getsentry/sentry-go/logrus
132132
# github.com/go-jose/go-jose/v4 v4.0.5
133133
## explicit; go 1.21

0 commit comments

Comments
 (0)