Skip to content

Commit a3d72bf

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

File tree

15 files changed

+574
-122
lines changed

15 files changed

+574
-122
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24
44

55
require (
66
cloud.google.com/go/storage v1.55.0
7-
github.com/getsentry/sentry-go v0.33.0
8-
github.com/getsentry/sentry-go/logrus v0.33.0
7+
github.com/getsentry/sentry-go v0.34.0
8+
github.com/getsentry/sentry-go/logrus v0.34.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ github.com/envoyproxy/protoc-gen-validate v1.2.1 h1:DEo3O99U8j4hBFwbJfrz9VtgcDfU
4545
github.com/envoyproxy/protoc-gen-validate v1.2.1/go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU=
4646
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
4747
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
48-
github.com/getsentry/sentry-go v0.33.0 h1:YWyDii0KGVov3xOaamOnF0mjOrqSjBqwv48UEzn7QFg=
49-
github.com/getsentry/sentry-go v0.33.0/go.mod h1:C55omcY9ChRQIUcVcGcs+Zdy4ZpQGvNJ7JYHIoSWOtE=
50-
github.com/getsentry/sentry-go/logrus v0.33.0 h1:yvRM3Bgnu2gJcTtI5/ZYJJdRCkIHY7qMVVZzh/Q4n/M=
51-
github.com/getsentry/sentry-go/logrus v0.33.0/go.mod h1:Bnj+Kgtfv38XZmMC1trhFcVPJLnmuvF4UYVVbvZU44k=
48+
github.com/getsentry/sentry-go v0.34.0 h1:1FCHBVp8TfSc8L10zqSwXUZNiOSF+10qw4czjarTiY4=
49+
github.com/getsentry/sentry-go v0.34.0/go.mod h1:C55omcY9ChRQIUcVcGcs+Zdy4ZpQGvNJ7JYHIoSWOtE=
50+
github.com/getsentry/sentry-go/logrus v0.34.0 h1:uJr0n9F53DmSyrsKci3vxxsNTbMVAGBBNIOX4cv0GMk=
51+
github.com/getsentry/sentry-go/logrus v0.34.0/go.mod h1:1pqCC70HiRRl4alt3xnC7VVAq7+l53ZyL7z3huOt9/A=
5252
github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=
5353
github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
5454
github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=

vendor/github.com/getsentry/sentry-go/CHANGELOG.md

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

vendor/github.com/getsentry/sentry-go/attribute/bulider.go renamed to vendor/github.com/getsentry/sentry-go/attribute/builder.go

File renamed without changes.

vendor/github.com/getsentry/sentry-go/client.go

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

vendor/github.com/getsentry/sentry-go/hub.go

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

vendor/github.com/getsentry/sentry-go/interfaces.go

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

vendor/github.com/getsentry/sentry-go/log.go

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

vendor/github.com/getsentry/sentry-go/logrus/README.md

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

0 commit comments

Comments
 (0)