module github.com/bitmark-inc/bitmarkd go 1.14 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.5 github.com/bitmark-inc/logger v0.3.4 github.com/btcsuite/btcd v0.20.1-beta github.com/fsnotify/fsnotify v1.4.9 github.com/golang/mock v1.4.1 github.com/miekg/dns v1.1.28 github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pebbe/zmq4 v1.2.0 github.com/stretchr/testify v1.5.1 github.com/syndtr/goleveldb v1.0.0 github.com/urfave/cli v1.22.3 github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 )