uswitch / yggdrasil

Envoy Control Plane for Kubernetes Multi-cluster Ingress
Apache License 2.0
192 stars 17 forks source link

Adopt go modules #42

Closed hikhvar closed 5 years ago

hikhvar commented 5 years ago

What is your opinion on adopting go modules instead of dep? From my point of view go modules have the advantage of eliminating an additional external tool.

Joseph-Irving commented 5 years ago

Yeah I think it's definitely worth looking into, I think we'll probably switch all our Go projects to it @rhysemmas do you want to have a look at doing this?