Skip to content
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

Build failing at go mod vendor -v #502

Closed
0pcom opened this issue Aug 31, 2020 · 1 comment
Closed

Build failing at go mod vendor -v #502

0pcom opened this issue Aug 31, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@0pcom
Copy link
Collaborator

0pcom commented Aug 31, 2020

Describe the bug
build fails at vendorcheck

Environment information:

  • OS: Linux

Steps to Reproduce:

  1. clone repo
  2. 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

@0pcom 0pcom added the bug Something isn't working label Aug 31, 2020
This was referenced Aug 31, 2020
@jdknives
Copy link
Member

jdknives commented Sep 1, 2020

Fixed by above PRs.

@jdknives jdknives closed this as completed Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants