mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 19:42:30 -05:00
10 lines
221 B
Modula-2
10 lines
221 B
Modula-2
module github.com/btcsuite/btcwallet/walletdb
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/davecgh/go-spew v1.1.1
|
|
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
|
|
)
|