@@ -5,22 +5,24 @@ go 1.15
5
5
require (
6
6
github.com/alicebob/miniredis/v2 v2.14.1
7
7
github.com/fastbill/go-httperrors/v2 v2.0.1
8
- github.com/getsentry/sentry-go v0.9.0
8
+ github.com/getsentry/sentry-go v0.2.1
9
9
github.com/go-playground/validator/v10 v10.4.1
10
10
github.com/go-redis/redis/v8 v8.4.4
11
11
github.com/golang-migrate/migrate/v4 v4.14.1
12
12
github.com/hashicorp/errwrap v1.1.0 // indirect
13
13
github.com/joho/godotenv v1.3.0
14
- github.com/labstack/echo/v4 v4.1.17
14
+ github.com/labstack/echo/v4 v4.1.6
15
15
github.com/labstack/gommon v0.3.0
16
16
github.com/leodido/go-urn v1.2.1 // indirect
17
17
github.com/lib/pq v1.9.0 // indirect
18
18
github.com/mattn/go-colorable v0.1.8 // indirect
19
+ github.com/pingcap/errors v0.11.4 // indirect
19
20
github.com/pkg/errors v0.9.1
20
21
github.com/prometheus/client_golang v1.9.0
21
22
github.com/sirupsen/logrus v1.7.0
22
23
github.com/stretchr/objx v0.3.0 // indirect
23
24
github.com/stretchr/testify v1.6.1
25
+ github.com/valyala/fasttemplate v1.2.1 // indirect
24
26
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
25
27
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
26
28
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
0 commit comments