Skip to content

Commit

Permalink
Implement missing data signing interface methods
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Sep 22, 2019
1 parent 1d271fb commit 7e0d9e8
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 17 deletions.
32 changes: 24 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,32 @@ 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/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20190912214011-b54698eaaca6
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/davecgh/go-spew v1.1.1
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.9.5
github.com/go-stack/stack v1.8.0
github.com/golang/snappy v0.0.1
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/huin/goupnp v1.0.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
github.com/karalabe/hid v1.0.0 // indirect
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20190720004541-5f6b3168e4a0
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
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
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72 // indirect
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
gopkg.in/fatih/set.v0 v0.2.1 // indirect
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
)
Loading

0 comments on commit 7e0d9e8

Please sign in to comment.