-
Notifications
You must be signed in to change notification settings - Fork 49
sourcegraph.com/sourcegraph/go-diff@v0.5.1: parsing go.mod: unexpected module path "github.com/sourcegraph/go-diff" #35
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
Comments
Thanks for reporting. This is an issue that needs to be fixed in the github.com/johnwyles/vrddt-reboot project. It needs to start importing The old import path can only be used at v0.5.0 or older. |
You are correct; I am new to go modules but basically I was able to clear this out by rm-ing the |
I'm still running into this issue when running |
@ian-howell It's not showing up in your go.mod file because you're requiring it indirectly, not directly. Specifically, you're requiring the module |
When running "go get -u" for github.com/johnwyles/vrddt-reboot:
sourcegraph.com/sourcegraph/go-diff@v0.5.1: parsing go.mod: unexpected module path "github.com/sourcegraph/go-diff"
The text was updated successfully, but these errors were encountered: