Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: replace cosmos-sdk to bfs-cosmos-sdk v0.0.1(v0.46.4) #3

Merged
merged 2 commits into from
Nov 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update go.mod
  • Loading branch information
j75689 committed Nov 7, 2022
commit 29e62ebe9720e00da6c73d948705737ac1aea4a2
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/bnb-chain/bfs

go 1.18

replace github.com/cosmos/cosmos-sdk v0.46.4 => github.com/bnb-chain/bfs-cosmos-sdk v0.0.1

require (
github.com/cosmos/cosmos-sdk v0.46.4
github.com/cosmos/ibc-go/v5 v5.0.0
Expand Down Expand Up @@ -206,5 +204,6 @@ require (

replace (
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk v0.46.4 => github.com/bnb-chain/bfs-cosmos-sdk v0.0.1
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
)