mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 14:07:56 -05:00
Use wallet helper to set store
This commit is contained in:
5
go.mod
5
go.mod
@@ -4,7 +4,6 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/FactomProject/go-bip39 v0.3.5
|
||||
github.com/aws/aws-sdk-go v1.25.32 // indirect
|
||||
github.com/karlseguin/ccache v2.0.3+incompatible // indirect
|
||||
github.com/karlseguin/expect v1.0.1 // indirect
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
||||
@@ -24,9 +23,7 @@ require (
|
||||
github.com/wealdtech/go-bytesutil v1.1.0
|
||||
github.com/wealdtech/go-eth2-types v1.0.0
|
||||
github.com/wealdtech/go-eth2-util v1.0.0
|
||||
github.com/wealdtech/go-eth2-wallet v1.3.0
|
||||
github.com/wealdtech/go-eth2-wallet-store-filesystem v1.3.0
|
||||
github.com/wealdtech/go-eth2-wallet-store-s3 v1.2.0
|
||||
github.com/wealdtech/go-eth2-wallet v1.3.2
|
||||
github.com/wealdtech/go-eth2-wallet-types v1.4.0
|
||||
github.com/wealdtech/go-string2eth v1.1.0
|
||||
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user