cert: create independent go modules
This commit is contained in:
parent
dbbb169e06
commit
b145378a4d
3
cert/go.mod
Normal file
3
cert/go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module github.com/lightningnetwork/lnd/cert
|
||||
|
||||
go 1.13
|
3
go.mod
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user