We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
github.com/smarty/assertions
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/[email protected] (matching all@upgrade) requires github.com/smartystreets/[email protected]: 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using vendoring, and go mod, when I run go get -u all it seems to fail on goconvey with the following:
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.
The text was updated successfully, but these errors were encountered: