-
Notifications
You must be signed in to change notification settings - Fork 882
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
Can't get libnetwork due to github.com/docker/docker/pkg/tlsconfig missing #2652
Comments
Running into this issue as well. it seems to be because this change is not in the version that go get tries to pull by default (v0.5.6). i then tried latest commit with
which seems to be because those are not defined for every platform and i am on a mac. I then try |
Thanks a lot, that worked for me too. |
Thanks for reporting! This repo is now defunct (code has moved to https://github.com/moby/moby/tree/master/libnetwork), and is not actively watched by maintainers. So let me close this issue. |
Hi,
I wanted to try the example in the libnetwork readme. But unfortunately I cannot get the example compile because
go get
to retrieve dependencies fails:I tried to install different specific versions, but none worked. What can I do?
The text was updated successfully, but these errors were encountered: