Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

switch to dep #380

Closed bacongobbler closed 6 years ago

bacongobbler commented 7 years ago

As per the latest release of glide, it would seem that it'd make sense to migrate over to dep as that is starting to be absorbed into the core Go toolchain according to their roadmap.

mattfarina commented 7 years ago

@bacongobbler It's worth noting that this is not a sure thing to make it into the go toolchain. dep, and any modern dependency manager, is a large codebase. The core go team pays attention to how much code they need to maintain. What is important is the manifest files, a sane solver, and the other details. dep is the next iteration.

And, if there is an issue in migrating to dep please file and issue with them so that it can be addressed.