tczekajlo / kube-consul-register

a tool to register Kubernetes PODs as Consul Services
Apache License 2.0
105 stars 50 forks source link

Migrate to Go Mod in 1.11 #42

Closed aswinkarthik closed 5 years ago

aswinkarthik commented 6 years ago

Currently, dep a deprecated tool is being used for dependency management. Going forward go mod is the prefered way.