File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ module github.com/lightningnetwork/lnd/clock
2
+
3
+ go 1.13
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ require (
48
48
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
49
49
github.com/lightningnetwork/lightning-onion v1.0.2-0.20200501022730-3c8c8d0b89ea
50
50
github.com/lightningnetwork/lnd/cert v1.0.2
51
+ github.com/lightningnetwork/lnd/clock v1.0.0
51
52
github.com/lightningnetwork/lnd/queue v1.0.4
52
53
github.com/lightningnetwork/lnd/ticker v1.0.0
53
54
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
@@ -82,6 +83,8 @@ replace github.com/lightningnetwork/lnd/queue => ./queue
82
83
83
84
replace github.com/lightningnetwork/lnd/cert => ./cert
84
85
86
+ replace github.com/lightningnetwork/lnd/clock => ./clock
87
+
85
88
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
86
89
87
90
// Pin this version that we know works explicitly, even though the
You can’t perform that action at this time.
0 commit comments