GitHub user geomacy opened a pull request:
https://github.com/apache/brooklyn-client/pull/72
Switch to dep for br dependency management
Switch to `dep` for dependency management. Have meant to do this for ages,
thought it would be worthwhile before releasing 1.0.0.
It works for meâ¢ï¸, but would appreciate someone else pulling this to
test it out.
Most of the changes are deletes of files in vendor, which dep did upon `dep
init`. Evidently they are not needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/geomacy/brooklyn-client dep
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-client/pull/72.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #72
----
commit 868863aa166e9ac90391fcd405f891c7c645b658
Author: Geoff Macartney <geoff.macartney@...>
Date: 2018-11-17T22:49:20Z
Switch to dep for dependency management
----
---