Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Aug 16, 2022
1 parent 94a6586 commit 2b1a28c
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 @@ -81,7 +81,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/Loverush/bnc-cosmos-sdk v0.25.0-rc0.0.20220815113245-39d71a6725b4
github.com/cosmos/cosmos-sdk => github.com/Loverush/bnc-cosmos-sdk v0.25.0-rc0.0.20220816035102-d0d32c38d899
github.com/tendermint/go-amino => github.com/bnb-chain/bnc-go-amino v0.14.1-binance.2
github.com/tendermint/iavl => github.com/bnb-chain/bnc-tendermint-iavl v0.12.0-binance.4
github.com/tendermint/tendermint => github.com/bnb-chain/bnc-tendermint v0.32.3-binance.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DataDog/zstd v1.3.5 h1:DtpNbljikUepEPD16hD4LvIcmhnhdLTiW/5pHgbmp14=
github.com/DataDog/zstd v1.3.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/Loverush/bnc-cosmos-sdk v0.25.0-rc0.0.20220815113245-39d71a6725b4 h1:qBrIywIj8ol4A/iDhHthYW/wO0GoYM5VyjhXadRXjJc=
github.com/Loverush/bnc-cosmos-sdk v0.25.0-rc0.0.20220815113245-39d71a6725b4/go.mod h1:+0MJRhSM5hb/ZvvoWOVt7LaihYM1Ax+PxnAMK/lHHUs=
github.com/Loverush/bnc-cosmos-sdk v0.25.0-rc0.0.20220816035102-d0d32c38d899 h1:19NrrlR92xYpFrPvyAYVhHXHQLq6sCVXbPQCs0owhUU=
github.com/Loverush/bnc-cosmos-sdk v0.25.0-rc0.0.20220816035102-d0d32c38d899/go.mod h1:+0MJRhSM5hb/ZvvoWOVt7LaihYM1Ax+PxnAMK/lHHUs=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Shopify/sarama v1.21.0 h1:0GKs+e8mn1RRUzfg9oUXv3v7ZieQLmOZF/bfnmmGhM8=
github.com/Shopify/sarama v1.21.0/go.mod h1:yuqtN/pe8cXRWG5zPaO7hCfNJp5MwmkoJEoLjkm5tCQ=
Expand Down

0 comments on commit 2b1a28c

Please sign in to comment.