-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vgo: unclear error message with gopkg.in #25121
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
Now module major version use Should we add But I don't think this is a good idea. Because domains use |
@oiooj, see golang/vgo@84430ca. |
I have the very same issue but I don't understand exactly what is the cause. |
The same issue is present for many libraries, e.g.: Waiting for this to be fixed, is there a workaround for it? |
@ufoscout What version of |
See https://research.swtch.com/vgo-module. (Search for the section labeled “From Repository to Modules”.) |
I am getting the same error:
|
I did this right now:
|
I can confirm the same issue for go-mgo/mgo:
|
vgo can not parsed |
@client9 Because vgo can not parsed |
Doing a
vgo build
on a initial build (no or empty go.mod file) produced an error that is unclear what is being referred to:unfortunately I don't know what or which
go.mod
is being referred to. None is in the current directory, none is ingohugoio/hugo
(unless I missed something!)see also #24099 which talks about
gopkg.in
but was a fresh
go get -u
as of 2018-04-27thank you.
n
The text was updated successfully, but these errors were encountered: