module github.com/elastos/Elastos.ELA go 1.13 require ( github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3 github.com/gorilla/websocket v1.4.1 github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c github.com/itchyny/base58-go v0.0.5 github.com/mattn/go-runewidth v0.0.4 // indirect github.com/stretchr/testify v1.3.0 github.com/syndtr/goleveldb v1.0.0 github.com/tidwall/gjson v1.3.2 github.com/urfave/cli v1.22.0 github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 golang.org/x/crypto v0.0.0-20190909091759-094676da4a83 gopkg.in/cheggaaa/pb.v1 v1.0.28 )