-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
27 lines (26 loc) · 1.24 KB
/
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
27
module github.com/gladiusio/gladius-network-gateway
require (
github.com/allegro/bigcache v1.1.0 // indirect
github.com/aristanetworks/goarista v0.0.0-20181101003910-5bb443fba8e0 // indirect
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/deckarep/golang-set v1.7.1
github.com/ethereum/go-ethereum v1.8.19
github.com/gladiusio/gladius-common v0.1.10
github.com/gladiusio/gladius-p2p v0.0.0-20181008220948-6743a31a69fd
github.com/gladiusio/legion v0.0.4
github.com/gorilla/mux v1.6.2
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/miekg/dns v1.0.14 // indirect
github.com/rdegges/go-ipify v0.0.0-20150526035502-2d94a6a86c40
github.com/rs/cors v1.6.0 // indirect
github.com/rs/xid v1.2.1 // indirect
github.com/rs/zerolog v1.11.0
github.com/spf13/viper v1.3.1
github.com/syndtr/goleveldb v0.0.0-20181102132633-a4119e27a65d // indirect
github.com/tdewolff/minify v2.3.6+incompatible
github.com/zenazn/goji v0.9.0 // indirect
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
gitlab.com/NebulousLabs/go-upnp v0.0.0-20181011194642-3a71999ed0d3
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)