Skip to content

Commit 8f0b35b

Browse files
committed
downgrade echo
1 parent 26a70ee commit 8f0b35b

File tree

2 files changed

+18
-105
lines changed

2 files changed

+18
-105
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ go 1.15
55
require (
66
github.com/alicebob/miniredis/v2 v2.14.1
77
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
99
github.com/go-playground/validator/v10 v10.4.1
1010
github.com/go-redis/redis/v8 v8.4.4
1111
github.com/golang-migrate/migrate/v4 v4.14.1
1212
github.com/hashicorp/errwrap v1.1.0 // indirect
1313
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
1515
github.com/labstack/gommon v0.3.0
1616
github.com/leodido/go-urn v1.2.1 // indirect
1717
github.com/lib/pq v1.9.0 // indirect
1818
github.com/mattn/go-colorable v0.1.8 // indirect
19+
github.com/pingcap/errors v0.11.4 // indirect
1920
github.com/pkg/errors v0.9.1
2021
github.com/prometheus/client_golang v1.9.0
2122
github.com/sirupsen/logrus v1.7.0
2223
github.com/stretchr/objx v0.3.0 // indirect
2324
github.com/stretchr/testify v1.6.1
25+
github.com/valyala/fasttemplate v1.2.1 // indirect
2426
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
2527
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
2628
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect

0 commit comments

Comments
 (0)