Skip to content

Commit

Permalink
update cometBFT version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilong committed Jun 28, 2024
1 parent 07227ec commit f1d0032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ replace (
// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// CometBFT with sm2 crypto
github.com/cometbft/cometbft => github.com/bianjieai/cometbft v0.0.0-20240628092601-258e601b3773
github.com/cometbft/cometbft => github.com/bianjieai/cometbft v0.37.5-irita-240628
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 h1:41iFGWnSlI2gVpmOtVTJZNodLdLQLn/KsJqFvXwnd/s=
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bianjieai/cometbft v0.0.0-20240628092601-258e601b3773 h1:UGg0mBuoQCVU+x+0DsSBqU6h6M+pTci4b+Gg0Z+01mw=
github.com/bianjieai/cometbft v0.0.0-20240628092601-258e601b3773/go.mod h1:IBMt2O+RVs6kVJQ4/2QYdAmHQtMSX5ynfRrTu9ghCeA=
github.com/bianjieai/cometbft v0.37.5-irita-240628 h1:ztIGnCj1zQ+H4zbEwmjzaEnXcPNHRjGIfpb+x8KPDw4=
github.com/bianjieai/cometbft v0.37.5-irita-240628/go.mod h1:IBMt2O+RVs6kVJQ4/2QYdAmHQtMSX5ynfRrTu9ghCeA=
github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U=
github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ=
Expand Down

0 comments on commit f1d0032

Please sign in to comment.