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.
2 parents 3e181de + 4713bcc commit 1b1cd5aCopy full SHA for 1b1cd5a
go.mod
@@ -3,11 +3,9 @@ module github.com/atlassian/go-sentry-api
3
go 1.13
4
5
require (
6
- github.com/getsentry/sentry-go v0.9.0
7
- github.com/go-errors/errors v1.1.1 // indirect
8
- github.com/google/go-cmp v0.5.4 // indirect
+ github.com/getsentry/sentry-go v0.29.0
9
github.com/pkg/errors v0.9.1 // indirect
10
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.8.2
11
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
12
)
13
0 commit comments