mirror of
https://github.com/muun/recovery.git
synced 2025-11-10 22:10:14 -05:00
Release v2.2.0
This commit is contained in:
33
vendor/modules.txt
vendored
33
vendor/modules.txt
vendored
@@ -58,10 +58,14 @@ github.com/btcsuite/websocket
|
||||
github.com/davecgh/go-spew/spew
|
||||
# github.com/decred/dcrd/lru v1.0.0
|
||||
github.com/decred/dcrd/lru
|
||||
# github.com/fiatjaf/go-lnurl v1.3.1
|
||||
github.com/fiatjaf/go-lnurl
|
||||
# github.com/go-errors/errors v1.0.1
|
||||
github.com/go-errors/errors
|
||||
# github.com/golang/protobuf v1.4.2
|
||||
github.com/golang/protobuf/proto
|
||||
# github.com/google/uuid v1.1.1
|
||||
github.com/google/uuid
|
||||
# github.com/gookit/color v1.4.2
|
||||
github.com/gookit/color
|
||||
# github.com/hhrutter/lzw v0.0.0-20190829144645-6f07a24e8650
|
||||
@@ -130,20 +134,26 @@ github.com/ltcsuite/ltcd/wire
|
||||
github.com/mattn/go-sqlite3
|
||||
# github.com/miekg/dns v1.1.29
|
||||
github.com/miekg/dns
|
||||
# github.com/muun/libwallet v0.8.0
|
||||
# github.com/muun/libwallet v0.9.0
|
||||
github.com/muun/libwallet
|
||||
github.com/muun/libwallet/addresses
|
||||
github.com/muun/libwallet/aescbc
|
||||
github.com/muun/libwallet/btcsuitew/bech32m
|
||||
github.com/muun/libwallet/btcsuitew/btcutilw
|
||||
github.com/muun/libwallet/btcsuitew/chainhashw
|
||||
github.com/muun/libwallet/btcsuitew/txscriptw
|
||||
github.com/muun/libwallet/emergencykit
|
||||
github.com/muun/libwallet/errors
|
||||
github.com/muun/libwallet/fees
|
||||
github.com/muun/libwallet/hdpath
|
||||
github.com/muun/libwallet/keycrypt
|
||||
github.com/muun/libwallet/lnurl
|
||||
github.com/muun/libwallet/musig
|
||||
github.com/muun/libwallet/recoverycode
|
||||
github.com/muun/libwallet/sphinx
|
||||
github.com/muun/libwallet/swaps
|
||||
github.com/muun/libwallet/walletdb
|
||||
# github.com/pdfcpu/pdfcpu v0.3.9
|
||||
# github.com/pdfcpu/pdfcpu v0.3.11
|
||||
github.com/pdfcpu/pdfcpu/internal/config
|
||||
github.com/pdfcpu/pdfcpu/internal/corefont/metrics
|
||||
github.com/pdfcpu/pdfcpu/pkg/api
|
||||
@@ -155,11 +165,17 @@ github.com/pdfcpu/pdfcpu/pkg/pdfcpu/validate
|
||||
github.com/pdfcpu/pdfcpu/pkg/types
|
||||
# github.com/pkg/errors v0.9.1
|
||||
github.com/pkg/errors
|
||||
# github.com/tidwall/gjson v1.6.0
|
||||
github.com/tidwall/gjson
|
||||
# github.com/tidwall/match v1.0.1
|
||||
github.com/tidwall/match
|
||||
# github.com/tidwall/pretty v1.0.0
|
||||
github.com/tidwall/pretty
|
||||
# github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
|
||||
github.com/xo/terminfo
|
||||
# go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
|
||||
go.etcd.io/bbolt
|
||||
# golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
||||
# golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
||||
golang.org/x/crypto/ed25519
|
||||
golang.org/x/crypto/ed25519/internal/edwards25519
|
||||
golang.org/x/crypto/internal/subtle
|
||||
@@ -170,8 +186,12 @@ golang.org/x/crypto/ripemd160
|
||||
golang.org/x/crypto/salsa20/salsa
|
||||
golang.org/x/crypto/scrypt
|
||||
golang.org/x/crypto/ssh/terminal
|
||||
# golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
||||
# golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
||||
golang.org/x/image/ccitt
|
||||
golang.org/x/image/riff
|
||||
golang.org/x/image/vp8
|
||||
golang.org/x/image/vp8l
|
||||
golang.org/x/image/webp
|
||||
# golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
||||
golang.org/x/net/bpf
|
||||
golang.org/x/net/internal/iana
|
||||
@@ -185,6 +205,9 @@ golang.org/x/sys/cpu
|
||||
golang.org/x/sys/internal/unsafeheader
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
# golang.org/x/text v0.3.6
|
||||
golang.org/x/text/transform
|
||||
golang.org/x/text/unicode/norm
|
||||
# google.golang.org/protobuf v1.25.0
|
||||
google.golang.org/protobuf/encoding/prototext
|
||||
google.golang.org/protobuf/encoding/protowire
|
||||
@@ -214,5 +237,5 @@ google.golang.org/protobuf/runtime/protoiface
|
||||
google.golang.org/protobuf/runtime/protoimpl
|
||||
# gopkg.in/gormigrate.v1 v1.6.0
|
||||
gopkg.in/gormigrate.v1
|
||||
# gopkg.in/yaml.v2 v2.3.0
|
||||
# gopkg.in/yaml.v2 v2.4.0
|
||||
gopkg.in/yaml.v2
|
||||
|
||||
Reference in New Issue
Block a user