Skip to content

Commit

Permalink
refactor: remove replace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Sep 10, 2024
1 parent b88aef2 commit 3ab7627
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ replace (
// The following replace statement can be removed when we upgrade to cosmos-sdk >= v0.50.0
github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
// v0.1.8 fixes a panic when using Go 1.23. This line can be removed when
// the indirect dependency is updated to >= v0.1.8.
github.com/grafana/pyroscope-go/godeltaprof => github.com/grafana/pyroscope-go/godeltaprof v0.1.8
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.40.0-tm-v0.34.29
)

0 comments on commit 3ab7627

Please sign in to comment.