2018-11-30 02:34:23 +01:00
|
|
|
module github.com/btcsuite/btcd
|
|
|
|
|
|
|
|
require (
|
2018-11-30 22:52:58 +01:00
|
|
|
github.com/aead/siphash v1.0.1 // indirect
|
2018-11-30 02:34:23 +01:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2019-04-26 02:38:31 +02:00
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
2018-11-30 02:34:23 +01:00
|
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
|
|
github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd
|
2018-11-30 22:52:58 +01:00
|
|
|
github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723 // indirect
|
2018-11-30 02:34:23 +01:00
|
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
|
|
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
|
|
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495
|
|
|
|
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89
|
|
|
|
github.com/jrick/logrotate v1.0.0
|
2018-11-30 22:52:58 +01:00
|
|
|
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
2018-11-30 02:34:23 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
|
|
|
|
)
|
2019-09-26 03:43:43 +02:00
|
|
|
|
|
|
|
go 1.12
|