-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
26 lines (23 loc) · 971 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
23
24
25
26
module git.ddex.io/infrastructure/ethereum-launcher
go 1.12
require (
cloud.google.com/go v0.43.0 // indirect
github.com/HydroProtocol/hydro-sdk-backend v0.0.41
github.com/HydroProtocol/nights-watch v0.1.8
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.3.2
github.com/jinzhu/gorm v1.9.10
github.com/joho/godotenv v1.3.0
github.com/labstack/echo v3.3.10+incompatible
github.com/onrik/ethrpc v0.0.0-20190305112807-6b8e9c0e9a8f
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.3.2 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
google.golang.org/grpc v1.22.1
)
replace golang.org/x/net => github.com/golang/net v0.0.0-20190620200207-3b0461eec859