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

go get specific #62

Open
adambrakhane opened this issue Nov 17, 2015 · 0 comments
Open

go get specific #62

adambrakhane opened this issue Nov 17, 2015 · 0 comments

Comments

@adambrakhane
Copy link

It doesn't seem possible to specify the required version or commit of a package that an included package references. For example, github.com/gorilla/mux imports github.com/gorilla/context but adding a [deps.context] section to gopack.config leads to to an error: github.com/gorilla/context in gopack.config is unused.

The implication of this seems to be that we would always check out the HEAD of context every time it is requested.

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

No branches or pull requests

1 participant