File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/dennis-tra/nebula-crawler
33go 1.19
44
55require (
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
198199replace github.com/libp2p/go-libp2p v0.28.3 => github.com/plprobelab/go-libp2p v0.0.0-20231206123035-f6d73ce3093d
You can’t perform that action at this time.
0 commit comments