From f077ac293bf937c03ee5031576f005efb288060f Mon Sep 17 00:00:00 2001 From: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:06:19 +0100 Subject: [PATCH] chore: remove replace statement (#1334) ## Overview removes replace statement for nmt ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index ba5e769ba4..bf92c94ad5 100644 --- a/go.mod +++ b/go.mod @@ -184,7 +184,6 @@ require ( ) replace ( - github.com/celestiaorg/nmt v0.13.0 => github.com/celestiaorg/nmt v0.12.0 github.com/cosmos/cosmos-sdk => github.com/celestiaorg/cosmos-sdk v1.8.0-sdk-0.46.7 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.14.0-tm-v0.34.23