File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ replace (
143143 // use cosmos fork of keyring
144144 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
145145
146- github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
146+ // github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
147147 // dgrijalva/jwt-go is deprecated and doesn't receive security updates.
148148 // TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
149149 github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
@@ -157,10 +157,10 @@ replace (
157157 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
158158
159159 github.com/jhump/protoreflect => github.com/jhump/protoreflect v1.9.0
160- github.com/tendermint/tendermint => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
160+ // github.com/tendermint/tendermint => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
161161
162- // // use cometbft
163- // github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
162+ // use cometbft
163+ github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.29
164164
165165 // latest grpc doesn't work with with our modified proto compiler, so we need to enforce
166166 // the following version across all dependencies.
You can’t perform that action at this time.
0 commit comments