forked from miguelmota/go-ethereum-hdwallet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
18 lines (16 loc) · 778 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/immutability-io/go-ethereum-hdwallet
go 1.12
require (
github.com/aristanetworks/goarista v0.0.0-20180627184309-2c5933638c5e
github.com/btcsuite/btcd v0.0.0-20180531025944-86fed781132a
github.com/btcsuite/btcutil v0.0.0-20180524032703-d4cc87b86016
github.com/davecgh/go-spew v1.1.0
github.com/ethereum/go-ethereum v1.8.11
github.com/go-stack/stack v1.7.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20190720004541-5f6b3168e4a0
github.com/syndtr/goleveldb v0.0.0-20180621010148-0d5a0ceb10cf
github.com/tyler-smith/go-bip39 v0.0.0-20180618194314-52158e4697b8
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
)