2019-11-13 09:25:43 +01:00
|
|
|
module github.com/lightningnetwork/lnd/cert
|
|
|
|
|
2021-10-01 13:19:30 +00:00
|
|
|
go 1.16
|
2020-06-26 12:53:05 -05:00
|
|
|
|
2022-05-24 13:26:32 -05:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
)
|