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

Freeze dependencies with using dep #60

Open
otiai10 opened this issue Apr 19, 2018 · 1 comment
Open

Freeze dependencies with using dep #60

otiai10 opened this issue Apr 19, 2018 · 1 comment

Comments

@otiai10
Copy link
Owner

otiai10 commented Apr 19, 2018

  • dep?
@otiai10
Copy link
Owner Author

otiai10 commented Jun 21, 2018

Problem as is

[[projects]]
  branch = "master"
  name = "github.com/docker/docker"
  packages = [
    "pkg/term",
    "pkg/term/windows"
  ]
  revision = "bf1345d0b6d91f24e06d05e741897bc83cf8bab4"
  • On the other hand, otiai10/daap wants to have the latest docker/docker to use api/types/volume.VolumeCreateBody

When using dep init and dep ensure, the version of docker/docker is determined by docker/machine and gonna be bf1345d0b6d91f24e06d05e741897bc83cf8bab4, then conflicts.

Wish it would get merged

Until merged... 😢

  • awsub should be built manually on local with setting specific (the latest) version of docker/docker and distribute the built binaries

@otiai10 otiai10 changed the title Use vendoring middleware, like dep Freeze dependencies with using dep Jun 21, 2018
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