Skip to content

Commit fc87e83

Browse files
committed
clock: add go.mod
1 parent 24c8654 commit fc87e83

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

clock/go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/lightningnetwork/lnd/clock
2+
3+
go 1.13

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ require (
4848
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
4949
github.com/lightningnetwork/lightning-onion v1.0.2-0.20200501022730-3c8c8d0b89ea
5050
github.com/lightningnetwork/lnd/cert v1.0.2
51+
github.com/lightningnetwork/lnd/clock v1.0.0
5152
github.com/lightningnetwork/lnd/queue v1.0.4
5253
github.com/lightningnetwork/lnd/ticker v1.0.0
5354
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
@@ -82,6 +83,8 @@ replace github.com/lightningnetwork/lnd/queue => ./queue
8283

8384
replace github.com/lightningnetwork/lnd/cert => ./cert
8485

86+
replace github.com/lightningnetwork/lnd/clock => ./clock
87+
8588
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
8689

8790
// Pin this version that we know works explicitly, even though the

0 commit comments

Comments
 (0)