Skip to content

How to replace cosmossdk.io packages #20162

Closed Answered by julienrbrt
marcello33 asked this question in Q&A
Discussion options

You must be logged in to vote

In that case github.com/my-org/cosmos-sdk/x/tx needs to be its own go module named cosmossdk.io/x/tx.
You don't have to tag it, but then you can just replace it like replace cosmossdk.io/x/tx => github.com/my-org/cosmos-sdk/x/tx.
Same goes for any other of our modules.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marcello33
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants