mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05:00
9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
|
module github.com/fiatjaf/go-lnurl
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/btcsuite/btcd v0.20.1-beta
|
||
|
github.com/tidwall/gjson v1.6.0
|
||
|
)
|