Skip to content

Commit bece927

Browse files
fix(deps): update module github.com/getsentry/sentry-go to v0.19.0
1 parent e6b47be commit bece927

File tree

2 files changed

+748
-75
lines changed

2 files changed

+748
-75
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ go 1.17
44

55
require (
66
github.com/aereal/gomas v0.3.0
7-
github.com/getsentry/sentry-go v0.11.0
7+
github.com/getsentry/sentry-go v0.19.0
88
github.com/google/go-cmp v0.5.9
99
github.com/moogar0880/problems v0.1.1
1010
)
11+
12+
require (
13+
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
14+
golang.org/x/text v0.3.8 // indirect
15+
)

0 commit comments

Comments
 (0)