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

error running go get -u because module declares its path as github.com/smarty/assertions #680

Open
ashtonian opened this issue Oct 31, 2023 · 0 comments

Comments

@ashtonian
Copy link

Using vendoring, and go mod, when I run go get -u all it seems to fail on goconvey with the following:

go: github.com/smartystreets/assertions@v1.15.1 (matching all@upgrade) requires github.com/smartystreets/assertions@v1.15.1: parsing go.mod:
        module declares its path as: github.com/smarty/assertions
                but was required as: github.com/smartystreets/assertions

assertions is an indirect dependency and as far as I can tell only used in go convey, I believe #677 will fix it.

I'm not sure if this is an issue because of vendoring.

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

1 participant