forked from vulcand/oxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 892 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/vulcand/oxy
go 1.13
require (
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/gorilla/websocket v1.4.2
github.com/gravitational/trace v0.0.0-20190726142706-a535a178675f // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mailgun/minheap v0.0.0-20170619185613-3dbe6c6bf55f // indirect
github.com/mailgun/multibuf v0.0.0-20150714184110-565402cd71fb
github.com/mailgun/timetools v0.0.0-20141028012446-7e6055773c51
github.com/mailgun/ttlmap v0.0.0-20170619185759-c1c17f74874f
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.5.1
github.com/vulcand/predicate v1.1.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)