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
Under a project that depends on github.com/mgutz/logxi, when I migrate the dependency management to go mod, and run go build, then I see:
github.com/mgutz/logxi
go mod
go build
go: finding github.com/mgutz/logxi latest build github.com/myorg/myproj/cmd: cannot load github.com/mgutz/logxi: cannot find module providing package github.com/mgutz/logxi
It's probably because there's no source file in the top directory, but only under v1.
v1
See also a related issue: influxdata/influxdb1-client#5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Under a project that depends on
github.com/mgutz/logxi
, when I migrate the dependency management togo mod
, and rungo build
, then I see:It's probably because there's no source file in the top directory, but only under
v1
.See also a related issue: influxdata/influxdb1-client#5
The text was updated successfully, but these errors were encountered: