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
frankban/quicktest
quicktest
go.sum
Thanks!
The text was updated successfully, but these errors were encountered:
[ibmuser]$ go mod why -m github.com/frankban/quicktest # github.com/frankban/quicktest github.ibm.com/... github.com/spf13/cast github.com/spf13/cast.test github.com/frankban/quicktest
Sorry, something went wrong.
@Spiderman5000 quicktwst is only used in test code, it will never end up in any compiled binaries that uses cast as a library.
Go modules does not have a concept of dev dependencies, so they show up in these scans.
This is essentially a false positive check, because it's incorrect to use go.sum for checks like this.
No branches or pull requests
Summary
frankban/quicktest
referencing LGPL license.Details
quicktest
in the cast code.go.sum
?Thanks!
The text was updated successfully, but these errors were encountered: