mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
2f35b9aa7f
Co-authored-by: gkrizek <graham@krizek.io>
9 lines
149 B
Modula-2
9 lines
149 B
Modula-2
module github.com/lightningnetwork/lnd/cert
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|