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
Describe the bug build fails at vendorcheck
Environment information:
Steps to Reproduce:
make build
Actual behavior $ make build GO111MODULE=on go mod vendor -v go: github.com/skycoin/dmsg@v0.0.0-20200803194104-78ff5746d8a3 requires github.com/skycoin/skywire@v0.2.3-0.20200803142942-0f8b9981f6f9 requires github.com/SkycoinProject/dmsg@v0.2.0: reading github.com/SkycoinProject/dmsg/go.mod at revision v0.2.0: unknown revision v0.2.0 make: *** [Makefile:110: dep] Error 1
Expected behavior build ducceeds
The text was updated successfully, but these errors were encountered:
Fixed by above PRs.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
build fails at vendorcheck
Environment information:
Steps to Reproduce:
make build
Actual behavior
$ make build
GO111MODULE=on go mod vendor -v
go: github.com/skycoin/dmsg@v0.0.0-20200803194104-78ff5746d8a3 requires
github.com/skycoin/skywire@v0.2.3-0.20200803142942-0f8b9981f6f9 requires
github.com/SkycoinProject/dmsg@v0.2.0: reading github.com/SkycoinProject/dmsg/go.mod at revision v0.2.0: unknown revision v0.2.0
make: *** [Makefile:110: dep] Error 1
Expected behavior
build ducceeds
The text was updated successfully, but these errors were encountered: