Skip to content

Commit 0124a86

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

File tree

2 files changed

+331
-87
lines changed

2 files changed

+331
-87
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.21.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.6.0 // indirect
14+
golang.org/x/text v0.8.0 // indirect
15+
)

0 commit comments

Comments
 (0)