Skip to content

Commit abb9fa1

Browse files
authored
chore(go.mod): Depend on upstream libp2p (AKA remove hlibp2p) (#1700)
As #1684 resolves instability with our bootstrappers, we no longer need to depend on @Wondertan's fork of libp2p Related to #1623
1 parent b51509d commit abb9fa1

File tree

2 files changed

+275
-81
lines changed

2 files changed

+275
-81
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,5 @@ replace (
325325
github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.8.0-sdk-v0.46.7
326326
github.com/filecoin-project/dagstore => github.com/celestiaorg/dagstore v0.0.0-20221014072825-395797efb659
327327
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
328-
github.com/libp2p/go-libp2p => github.com/Wondertan/go-libp2p v0.5.3-0.20230126212817-d54022334dbe
329328
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.14.0-tm-v0.34.23
330329
)

0 commit comments

Comments
 (0)