fix(stats): actually add sentry to go modules

This commit is contained in:
spiral 2022-11-23 07:46:58 +00:00
parent 898d23d733
commit 09ac002d26
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
2 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,7 @@ go 1.18
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/getsentry/sentry-go v0.15.0 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.12.1 // indirect
@ -16,6 +17,7 @@ require (
github.com/jackc/pgx v3.6.2+incompatible // indirect
github.com/jackc/pgx/v4 v4.16.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/text v0.3.7 // indirect
)