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

make broken out of the box #13

Closed
bufdev opened this issue Aug 15, 2017 · 1 comment
Closed

make broken out of the box #13

bufdev opened this issue Aug 15, 2017 · 1 comment
Assignees
Labels

Comments

@bufdev
Copy link

bufdev commented Aug 15, 2017

$ make
go get -u github.com/golang/dep/cmd/dep
dep ensure -update
dep: WARNING: Unknown field in manifest: dependencies
Found 1 errors:

import path github.com/TrueFurby/go-callvis/examples/main had a local import: "./mypkg"
make: *** [dep] Error 1

The import path can be fixed by changing ./mypkg to github.com/TrueFurby/go-callvis/examples/main/mypkg, but after doing that, you'll still get:

$ make
go get -u github.com/golang/dep/cmd/dep
dep ensure -update
dep: WARNING: Unknown field in manifest: dependencies
Gopkg.toml and Gopkg.lock are out of sync. Run a plain dep ensure to resync them before attempting to -update
make: *** [dep] Error 1
@ondrajz
Copy link
Owner

ondrajz commented Aug 15, 2017

I fixed the issue with compilation and pushed the changes. Please pull and try it now.

@ondrajz ondrajz self-assigned this Aug 15, 2017
@ondrajz ondrajz added the bug label Aug 15, 2017
@ondrajz ondrajz closed this as completed Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants