We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b47be commit bece927Copy full SHA for bece927
go.mod
@@ -4,7 +4,12 @@ go 1.17
4
5
require (
6
github.com/aereal/gomas v0.3.0
7
- github.com/getsentry/sentry-go v0.11.0
+ github.com/getsentry/sentry-go v0.19.0
8
github.com/google/go-cmp v0.5.9
9
github.com/moogar0880/problems v0.1.1
10
)
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