Migration from github.com/cosmos/cosmos-sdk to cosmossdk.io/

Hello Guys,

Is this migration ended well?
I’m trying sice 3 days on using the cosmos SDK and when I used on my go mod file the
“github . com / cosmos / cosmos-sdk” go mod tidy tells me at the end that this module is moved to cosmossdk" . "io
I changed every import in the project using cosmossdk “.” io / and also in my go.mod then it ends telling me
go: chatchain / app imports
cosmossdk “.” io / baseapp: cosmossdk “.” io@v0.53.2: parsing go.mod:
module declares its path as: github “.” com / cosmos / cosmos-sdk
but was required as: cosmossdk “.” io
the module declare itself as github “.” com / cosmos / cosmos-sdk
Are kidding me?

1 Like

Hey could you share some more info about this? In the move from 0.50 to 0.53 there were no changes to which imports were github".“com/* and which were cosmossdk”."io/*

If you could share some of the code or the commands you were using I’d be happy to help!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.