-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
29 lines (27 loc) · 1.04 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
module github.com/en/siren
go 1.14
require (
github.com/auth0/go-jwt-middleware v0.0.0-20170425171159-5493cabe49f7
github.com/btcsuite/btcd v0.24.0 // 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/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.13.15
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.5.3
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.8.0
github.com/gorilla/websocket v1.5.0
github.com/lib/pq v1.0.0
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20181004120025-8af197af5b28
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.11.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/spf13/viper v1.4.0
github.com/urfave/negroni v1.0.0
golang.org/x/net v0.18.0
google.golang.org/grpc v1.31.0
)