Skip to content
Cosmopediaby Unity Nodes
DiscussionsConversationMigration from github.com/cosmos/cosmos-sdk to cosmossdk.io/Forum ↗

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

Conversation2 posts197 views1 likesLast activity Jun 2025
BL
blade0coolOP
Jun 2025 1

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 “.” [email protected]: 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?

AL
aljo242
Jun 2025

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!

← Back to Discussions