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?