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