*: raven is archived, long live sentry-go

I don't have sentry set up to test this, but it looks like it is
migrated correctly.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-05-12 13:34:55 -04:00
parent f9ceebad58
commit cabf16cc0a
Signed by: vbatts
GPG key ID: 10937E57733F1362
97 changed files with 4518 additions and 12599 deletions

5
go.mod
View file

@ -3,14 +3,11 @@ module github.com/stellarproject/guard
go 1.12
require (
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/crosbymichael/guard v0.0.0-20190716141324-5c2daadf8067
github.com/getsentry/raven-go v0.2.0
github.com/getsentry/sentry-go v0.6.1
github.com/gogo/googleapis v1.3.0
github.com/gogo/protobuf v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/sirupsen/logrus v1.4.2