forked from vulcand/oxy
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
22 lines (20 loc) · 930 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
module github.com/vulcand/oxy
go 1.14
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/segmentio/fasthash v1.0.3
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
)