-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathgo.mod
20 lines (18 loc) · 766 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/HydroProtocol/ethereum-watcher
go 1.12
require (
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
github.com/jarcoal/httpmock v1.0.4 // indirect
github.com/labstack/gommon v0.2.8
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/onrik/ethrpc v0.0.0-20190305112807-6b8e9c0e9a8f
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/sirupsen/logrus v1.4.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.3.5 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
)