diff --git a/.travis.yml b/.travis.yml index 5709a4f..f82cb5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,9 +38,8 @@ before_install: install: - go mod tidy - # Comment because go1.13 don't generate the same go.mod as go1.12 - # - git diff --exit-code go.mod - # - git diff --exit-code go.sum + - git diff --exit-code go.mod + - git diff --exit-code go.sum - go mod download before_deploy: diff --git a/go.mod b/go.mod index fe4c2ed..4edf0f6 100644 --- a/go.mod +++ b/go.mod @@ -7,9 +7,11 @@ require ( github.com/containous/traefik/v2 v2.0.0-rc1 github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57 github.com/go-acme/lego/v3 v3.0.2 + github.com/hashicorp/consul/api v1.2.0 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.4.0 + google.golang.org/grpc v1.23.0 // indirect ) // related to valkeyrie