From 3ab7627c59a0a22a2779dc8fe864bc3c3bdc6bdf Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 10 Sep 2024 14:37:24 +0200 Subject: [PATCH] refactor: remove replace directive --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index cfb42da868..bcdd6a4bf2 100644 --- a/go.mod +++ b/go.mod @@ -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 )