module github.com/decred/vspd go 1.13 require ( decred.org/dcrwallet v1.6.0-rc4 github.com/decred/dcrd/blockchain/stake/v3 v3.0.0 github.com/decred/dcrd/blockchain/v3 v3.0.2 github.com/decred/dcrd/chaincfg/chainhash v1.0.2 github.com/decred/dcrd/chaincfg/v3 v3.0.0 github.com/decred/dcrd/dcrec v1.0.0 github.com/decred/dcrd/dcrutil/v3 v3.0.0 github.com/decred/dcrd/hdkeychain/v3 v3.0.0 github.com/decred/dcrd/rpc/jsonrpc/types/v2 v2.3.0 github.com/decred/dcrd/txscript/v3 v3.0.0 github.com/decred/dcrd/wire v1.4.0 github.com/decred/slog v1.1.0 github.com/gin-gonic/gin v1.6.3 github.com/gorilla/sessions v1.2.1 github.com/jessevdk/go-flags v1.4.1-0.20200711081900-c17162fe8fd7 github.com/jrick/bitset v1.0.0 github.com/jrick/logrotate v1.0.0 github.com/jrick/wsrpc/v2 v2.3.4 go.etcd.io/bbolt v1.3.5 )