deis / workflow-manager-api

Deis Workflow Manager API
MIT License
5 stars 0 forks source link

add repo alias for speter.net glide dependency #148

Closed jackfrancis closed 8 years ago

jackfrancis commented 8 years ago

See this commit for an example:

https://github.com/deis/workflow-manager/commit/73f5df2fef56b6e4d2817f763aa81a4479235a29

arschles commented 8 years ago

Upon further inspection, this repository doesn't have any transitive dependencies to the dependency in question (speter.net/go/exp/math/dec/inf). I verified by executing the following commands on the master branch of this repo:

rm -rf vendor
glide install

... and no errors occurred. Also, the glide.lock doesn't mention this dependency. If this does become a problem in the future, simply add an alias like in the workflow-manager glide.yaml file.