* Update to latest deps. Includes using the dcrd stdaddr package instead of dcrutil. * Use stdaddr.Hash160
25 lines
922 B
Modula-2
25 lines
922 B
Modula-2
module github.com/decred/vspd
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
decred.org/dcrwallet/v2 v2.0.0-20210415173800-2c9ede7f8daa
|
|
github.com/decred/dcrd/blockchain/stake/v4 v4.0.0-20210415225937-dd2a786ee1d1
|
|
github.com/decred/dcrd/blockchain/v4 v4.0.0-20210415225937-dd2a786ee1d1
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
|
|
github.com/decred/dcrd/chaincfg/v3 v3.0.0
|
|
github.com/decred/dcrd/dcrutil/v4 v4.0.0-20210415225937-dd2a786ee1d1
|
|
github.com/decred/dcrd/hdkeychain/v3 v3.0.0
|
|
github.com/decred/dcrd/rpc/jsonrpc/types/v3 v3.0.0-20210415225937-dd2a786ee1d1
|
|
github.com/decred/dcrd/txscript/v4 v4.0.0-20210415225937-dd2a786ee1d1
|
|
github.com/decred/dcrd/wire v1.4.0
|
|
github.com/decred/slog v1.2.0
|
|
github.com/gin-gonic/gin v1.7.1
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
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
|
|
)
|