-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
43 lines (41 loc) · 1.93 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/en/siren
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/allegro/bigcache v1.1.0 // indirect
github.com/aristanetworks/goarista v0.0.0-20181220211322-0ca71131d8f7 // indirect
github.com/auth0/go-jwt-middleware v0.0.0-20170425171159-5493cabe49f7
github.com/btcsuite/btcd v0.0.0-20181130015935-7d2daa5bfef2 // indirect
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/confluentinc/confluent-kafka-go v0.11.6
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.8.20
github.com/go-stack/stack v1.8.0 // indirect
github.com/gofrs/uuid v3.1.0+incompatible
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/lib/pq v1.0.0
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20181004120025-8af197af5b28
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/rs/cors v1.6.0
github.com/rs/zerolog v1.11.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/spf13/viper v1.3.1
github.com/syndtr/goleveldb v0.0.0-20181128100959-b001fa50d6b2 // indirect
github.com/tyler-smith/go-bip39 v1.0.0 // indirect
github.com/urfave/negroni v1.0.0
golang.org/x/net v0.0.0-20181217023233-e147a9138326
google.golang.org/grpc v1.17.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)