mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 06:20:16 -05:00
Release v0.1.0
This commit is contained in:
11
vendor/github.com/btcsuite/btcwallet/walletdb/go.mod
generated
vendored
Normal file
11
vendor/github.com/btcsuite/btcwallet/walletdb/go.mod
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module github.com/btcsuite/btcwallet/walletdb
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
||||
github.com/coreos/bbolt v1.3.3
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
go.etcd.io/bbolt v1.3.3 // indirect
|
||||
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user