Skip to content

Commit

Permalink
chore(go.mod): Depend on upstream libp2p (AKA remove hlibp2p) (#1700)
Browse files Browse the repository at this point in the history
As #1684 resolves instability with our bootstrappers, we no longer need
to depend on @Wondertan's fork of libp2p

Related to #1623
  • Loading branch information
renaynay authored Feb 8, 2023
1 parent b51509d commit abb9fa1
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 81 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,5 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.8.0-sdk-v0.46.7
github.com/filecoin-project/dagstore => github.com/celestiaorg/dagstore v0.0.0-20221014072825-395797efb659
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/libp2p/go-libp2p => github.com/Wondertan/go-libp2p v0.5.3-0.20230126212817-d54022334dbe
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.14.0-tm-v0.34.23
)
Loading

0 comments on commit abb9fa1

Please sign in to comment.