Skip to content

Commit 1b1cd5a

Browse files
authored
Merge pull request #44 from atlassian/renovate/github.com-getsentry-sentry-go-0.x
Update module github.com/getsentry/sentry-go to v0.29.0
2 parents 3e181de + 4713bcc commit 1b1cd5a

File tree

2 files changed

+331
-4
lines changed

2 files changed

+331
-4
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ module github.com/atlassian/go-sentry-api
33
go 1.13
44

55
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
6+
github.com/getsentry/sentry-go v0.29.0
97
github.com/pkg/errors v0.9.1 // indirect
10-
github.com/stretchr/testify v1.7.0
8+
github.com/stretchr/testify v1.8.2
119
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
1210
)
1311

0 commit comments

Comments
 (0)