diff --git a/cert/go.mod b/cert/go.mod new file mode 100644 index 00000000..29aa7fe7 --- /dev/null +++ b/cert/go.mod @@ -0,0 +1,3 @@ +module github.com/lightningnetwork/lnd/cert + +go 1.13 diff --git a/go.mod b/go.mod index 1014fef3..19dd914b 100644 --- a/go.mod +++ b/go.mod @@ -35,6 +35,7 @@ require ( github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec github.com/lightninglabs/neutrino v0.10.1-0.20191111074637-d9b036bf675c github.com/lightningnetwork/lightning-onion v0.0.0-20190909101754-850081b08b6a + github.com/lightningnetwork/lnd/cert v0.0.0-00010101000000-000000000000 github.com/lightningnetwork/lnd/queue v1.0.1 github.com/lightningnetwork/lnd/ticker v1.0.0 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 @@ -58,6 +59,8 @@ replace github.com/lightningnetwork/lnd/ticker => ./ticker replace github.com/lightningnetwork/lnd/queue => ./queue +replace github.com/lightningnetwork/lnd/cert => ./cert + replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e go 1.12