module github.com/0chain/gosdk require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect github.com/h2non/filetype v1.0.9 github.com/herumi/bls-go-binary v0.0.0-20191119080710-898950e1a520 github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d // indirect 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 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect ) go 1.13