Skip to content

Fix "unable to go get dependencies"#39

Open
alaingilbert wants to merge 1 commit intokovetskiy:masterfrom
alaingilbert:fix-unable-to-go-get-dependencies
Open

Fix "unable to go get dependencies"#39
alaingilbert wants to merge 1 commit intokovetskiy:masterfrom
alaingilbert:fix-unable-to-go-get-dependencies

Conversation

@alaingilbert
Copy link
Copy Markdown

First of all, thank you for this lib, it's awesome :)


Let say I have GOPATH="~/go/src"
And I'm working in ~/go/src/my_repo
manul -Q (or -I...) will complain with: [ERROR]: unable to go get dependencies: my_repo/...
Because it is trying to do go get -d my_repo/... (in ensureDependenciesExist) which obviously is not what we want.
So I used the filterPackages function that exclude our own packages.

Let me know what you think.
By the way, it would be nice to have some instructions in the README.md on how to run the tests. I can't figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant