forked from caddyserver/cache-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 784 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/xujiahua/cache-handler
go 1.15
require (
github.com/antlr/antlr4 v0.0.0-20201010232522-9e64dfc6e99f // indirect
github.com/armon/go-metrics v0.3.6 // indirect
github.com/buraksezer/olric v0.3.6
github.com/caddyserver/caddy/v2 v2.4.5
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.2.2 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e
go.uber.org/zap v1.19.0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)