Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 10 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,14 @@ module github.com/lzxm160/gowallet
go 1.12

require (
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/golang/protobuf v1.3.1
github.com/iotexproject/iotex-core v0.9.0 // indirect
github.com/iotexproject/iotex-proto v0.2.5
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
go.etcd.io/bbolt v1.3.2
golang.org/x/tools v0.0.0-20190529010454-aa71c3f32488 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/eoscanada/eos-go v0.10.2
github.com/ethereum/go-ethereum v1.10.17
github.com/go-sql-driver/mysql v1.4.1
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.0.2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)
Loading