Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Vendor dependencies using dep tool #32

Closed
sboeuf opened this issue Dec 4, 2017 · 1 comment
Closed

Vendor dependencies using dep tool #32

sboeuf opened this issue Dec 4, 2017 · 1 comment

Comments

@sboeuf
Copy link

sboeuf commented Dec 4, 2017

In order to prevent the agent from being broken every time some dependencies are going to change, we need to vendor them. The tool we chose for that is dep from https://github.com/golang/dep.

sboeuf pushed a commit that referenced this issue Dec 4, 2017
This is the first commit related to the vendoring of all dependencies.
This will prevent from any breakage in case a dependency would break
the backward compatibility.

Fixes #32

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
sboeuf pushed a commit that referenced this issue Dec 5, 2017
This is the first commit related to the vendoring of all dependencies.
This will prevent from any breakage in case a dependency would break
the backward compatibility.

Fixes #32

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
@laijs
Copy link
Contributor

laijs commented Dec 11, 2017

included in #48

@laijs laijs closed this as completed in 6694a02 Dec 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants