-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (24 loc) · 945 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module go-reverse-proxy
go 1.14
require (
github.com/alicebob/miniredis v2.5.0+incompatible // indirect
github.com/alicebob/miniredis/v2 v2.13.0 // indirect
github.com/bxcodec/httpcache v1.0.0-beta.3 // indirect
github.com/go-enry/go-enry/v2 v2.7.1 // indirect
github.com/go-kit/kit v0.11.0
github.com/go-redis/redis/v8 v8.0.0-beta.5 // indirect
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/hhatto/gocloc v0.4.1 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/jose-correia/httpcache v1.0.0-beta.5
github.com/matryer/moq v0.2.3 // indirect
github.com/oklog/oklog v0.3.2
github.com/oklog/run v1.1.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
gopkg.in/yaml.v2 v2.4.0
)