tczekajlo / kube-consul-register

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

Migrate from dep to go mod #43

Closed aswinkarthik closed 5 years ago

aswinkarthik commented 5 years ago

Fixes #42

Changes

  1. Introduce go.mod and go.sum file
  2. Changes to makefile to remote usages of dep and their Gopkg.toml and lock file.
  3. Changes in travis.yml to use go 1.11 with module support

I have made changes to Makefile and Travis CI on how tests are run. Please review them as well.

tczekajlo commented 5 years ago

@aswinkarthik Thanks for PR :)