-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
22 lines (20 loc) · 890 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
module github.com/Giulio2002/bsol
go 1.13
require (
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/VictoriaMetrics/fastcache v1.5.5 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/btcsuite/btcd v0.20.1-beta
github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // indirect
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.9.11
github.com/ledgerwatch/bolt v1.4.2
github.com/ledgerwatch/turbo-geth v0.0.0-20200217165630-ec559db1c80c
github.com/mattn/go-colorable v0.1.2
github.com/mattn/go-isatty v0.0.9
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
)