module github.com/0chain/gosdk require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/h2non/filetype v1.0.9 github.com/herumi/bls-go-binary v0.0.0-20191119080710-898950e1a520 github.com/klauspost/cpuid v1.2.0 // indirect github.com/klauspost/reedsolomon v1.9.2 github.com/mitchellh/mapstructure v1.1.2 github.com/tyler-smith/go-bip39 v1.0.0 go.dedis.ch/kyber/v3 v3.0.5 golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 ) go 1.13