Skip to content

Commit e201684

Browse files
committed
go mod tidy
1 parent 15c8dfd commit e201684

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/dennis-tra/nebula-crawler
33
go 1.19
44

55
require (
6+
github.com/benbjohnson/clock v1.3.5
67
github.com/cenkalti/backoff/v4 v4.2.1
78
github.com/davecgh/go-spew v1.1.1
89
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
@@ -49,7 +50,6 @@ require (
4950
github.com/DataDog/zstd v1.5.2 // indirect
5051
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
5152
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
52-
github.com/benbjohnson/clock v1.3.5 // indirect
5353
github.com/beorn7/perks v1.0.1 // indirect
5454
github.com/bits-and-blooms/bitset v1.7.0 // indirect
5555
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
@@ -193,6 +193,7 @@ require (
193193
lukechampine.com/blake3 v1.2.1 // indirect
194194
rsc.io/tmplfunc v0.0.3 // indirect
195195
)
196+
196197
// replace go-libp2p with fork (branch v0.28.3-nebula). Changes:
197198
// - avoid running into dial backoffs even if forceDirectDial is set to false
198199
replace github.com/libp2p/go-libp2p v0.28.3 => github.com/plprobelab/go-libp2p v0.0.0-20231206123035-f6d73ce3093d

0 commit comments

Comments
 (0)