|
|
|
module github.com/harmony-one/go-sdk
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
|
|
github.com/cosmos/cosmos-sdk v0.37.0
|
|
|
|
github.com/deckarep/golang-set v1.7.1
|
|
|
|
github.com/elastic/gosigar v0.10.5 // indirect
|
|
|
|
github.com/ethereum/go-ethereum v1.8.27
|
|
|
|
github.com/fatih/color v1.7.0
|
|
|
|
github.com/harmony-one/harmony v0.0.0-20191016204525-3e8309423cc8
|
|
|
|
github.com/harmony-one/vdf v1.0.0 // indirect
|
|
|
|
github.com/karalabe/hid v1.0.0
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
|
|
|
|
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
|
|
|
|
github.com/tyler-smith/go-bip39 v1.0.2
|
|
|
|
github.com/valyala/fasthttp v1.2.0
|
|
|
|
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83
|
|
|
|
)
|