From ef8b18a04b7d74989f6079d1e7a8da78fc03ca28 Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Mon, 15 Jul 2024 11:06:30 -0500 Subject: [PATCH] Go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e0bd8ba0..4d5a5607 100644 --- a/go.mod +++ b/go.mod @@ -212,7 +212,7 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 -replace github.com/peggyjv/steward/steward_proto_go/steward_proto => ./steward_proto_go/steward_proto +replace github.com/peggyjv/steward/steward_proto_go/steward_proto => ./go/steward_proto_go/steward_proto // use cometbft replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28