27 lines
940 B
Modula-2
27 lines
940 B
Modula-2
module github.com/lbryio/lbcd
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/goleveldb v1.0.0
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/cockroachdb/errors v1.8.1
|
|
github.com/cockroachdb/pebble v0.0.0-20210525181856-e45797baeb78
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/lru v1.0.0
|
|
github.com/felixge/fgprof v0.9.1
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/kkdai/bstream v1.0.0 // indirect
|
|
github.com/lbryio/lbcutil v1.0.200
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shirou/gopsutil/v3 v3.21.7
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.2
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/text v0.3.6
|
|
)
|