forked from victorspringer/http-cache
-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
21 lines (19 loc) · 881 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/SporkHubr/echo-http-cache
go 1.14
require (
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156
github.com/dgryski/go-rendezvous v0.0.0-20200624174652-8d2f3be8b2d9 // indirect
github.com/go-redis/cache/v8 v8.0.0-beta.11
github.com/go-redis/redis/v8 v8.0.0-beta.5
github.com/klauspost/compress v1.10.10 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/valyala/fasttemplate v1.1.1 // indirect
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1 // indirect
go.opentelemetry.io/otel v0.7.0 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)