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
I'm trying to reference this, but when I run it I get an error, one of the versions he depends on seems to be missing, causing this error
go.mod github.com/peter-wangxu/simple-golang-tools v0.0.0-20210209091758-458c22961dd2
error info:x go: github.com/alibaba/[email protected] requires github.com/peter-wangxu/[email protected]: invalid version: unknown revision 458c22961dd2 version info: https://pkg.go.dev/github.com/peter-wangxu/simple-golang-tools
uname -a
The text was updated successfully, but these errors were encountered:
Yes, open-local needs to update the ref as well
Sorry, something went wrong.
No branches or pull requests
Ⅰ. Issue Description
I'm trying to reference this, but when I run it I get an error, one of the versions he depends on seems to be missing, causing this error
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
go.mod
github.com/peter-wangxu/simple-golang-tools v0.0.0-20210209091758-458c22961dd2
error info:x
go: github.com/alibaba/[email protected] requires
github.com/peter-wangxu/[email protected]: invalid version: unknown revision 458c22961dd2
version info:
https://pkg.go.dev/github.com/peter-wangxu/simple-golang-tools
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
uname -a
):The text was updated successfully, but these errors were encountered: