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

The module declares is incorrect #52

Closed
xielianghai opened this issue Jun 27, 2023 · 2 comments
Closed

The module declares is incorrect #52

xielianghai opened this issue Jun 27, 2023 · 2 comments

Comments

@xielianghai
Copy link

xielianghai commented Jun 27, 2023

I'm trying go mod tidy on my project, but got this issue

go:
github.com/beego/i18n imports
github.com/Unknwon/goconfig tested by
github.com/Unknwon/goconfig.test imports
github.com/smartystreets/goconvey/convey imports
github.com/smartystreets/assertions: github.com/smartystreets/assertions@v1.15.0: parsing go.mod:
module declares its path as: github.com/smarty/assertions
but was required as: github.com/smartystreets/assertions

@KevinAnthony
Copy link

This is because they changed the go module path from github.com/smartystreets/assertions to github.com/smarty/assertions on a minor version.

According to the semantic versionion, this should have been v2.0.0

@mdwhatcott
Copy link
Contributor

I've updated goconvey to refer to the newly migrated assertions module:

smartystreets/goconvey@485adb0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants