mirror of
https://github.com/muun/recovery.git
synced 2025-11-10 14:09:50 -05:00
Release v0.3.0
This commit is contained in:
13
vendor/github.com/lightningnetwork/lightning-onion/go.mod
generated
vendored
Normal file
13
vendor/github.com/lightningnetwork/lightning-onion/go.mod
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
module github.com/lightningnetwork/lightning-onion
|
||||
|
||||
require (
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
|
||||
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8
|
||||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
||||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
|
||||
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
|
||||
)
|
||||
|
||||
go 1.13
|
||||
Reference in New Issue
Block a user