300b649394
bdb: specify freelist options by default
21 lines
802 B
Modula-2
21 lines
802 B
Modula-2
module github.com/btcsuite/btcwallet
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
|
|
github.com/coreos/bbolt v1.3.3
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/lightninglabs/gozmq v0.0.0-20190710231225-cea2a031735d
|
|
github.com/lightninglabs/neutrino v0.0.0-20190313035638-e1ad4c33fb18
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
|
|
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
|
|
google.golang.org/grpc v1.18.0
|
|
)
|
|
|
|
go 1.13
|