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
How to reproduce:
docker run -it --rm node:lts-alpine /bin/sh apk add --no-cache git go export GOROOT=/usr/lib/go export GOPATH=/go export PATH=/go/bin:$PATH go install github.com/ozontech/dtrack-audit/cmd/dtrack-audit@latest
Go version: 1.17.4-r0
Error:
go: downloading github.com/ozontech/dtrack-audit v1.0.0 go install: github.com/ozontech/dtrack-audit/cmd/dtrack-audit@latest: github.com/ozontech/[email protected]: parsing go.mod: module declares its path as: github.com/ozonru/dtrack-audit but was required as: github.com/ozontech/dtrack-audit
Following command works:
go install github.com/ozonru/dtrack-audit/cmd/dtrack-audit@latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce:
Go version: 1.17.4-r0
Error:
Following command works:
The text was updated successfully, but these errors were encountered: