module github.com/bitmark-inc/bitmarkd require ( github.com/bitmark-inc/certgen v0.1.1 github.com/bitmark-inc/exitwithstatus v0.1.2 github.com/bitmark-inc/getoptions v0.1.1 github.com/bitmark-inc/go-argon2 v0.1.4 github.com/bitmark-inc/logger v0.3.4 github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 github.com/fsnotify/fsnotify v1.4.7 github.com/golang/mock v1.3.1 github.com/golang/snappy v0.0.1 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/miekg/dns v1.1.16 github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/onsi/ginkgo v1.10.1 // indirect github.com/onsi/gomega v1.7.0 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pebbe/zmq4 v1.0.0 github.com/stretchr/testify v1.4.0 github.com/syndtr/goleveldb v1.0.0 github.com/urfave/cli v1.21.0 github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) go 1.13