module github.com/dappledger/ann-go-sdk go 1.12 require ( github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17 github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang/protobuf v1.3.1 // indirect github.com/jmhodges/levigo v1.0.0 github.com/kr/pretty v0.1.0 // indirect github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/stretchr/testify v1.3.0 github.com/syndtr/goleveldb v1.0.0 golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect ) replace github.com/dappledger/AnnChain => ../AnnChain