From 3bc4dc15a7f40f858adafd8ac354883f2bd47900 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 4 Sep 2019 11:47:42 +0200 Subject: [PATCH] chore: update to go1.13 --- .travis.yml | 2 +- go.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f82cb5c..4ff90cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: matrix: fast_finish: true include: - - go: 1.12.x + - go: 1.13.x env: STABLE=true - go: 1.x - go: tip diff --git a/go.mod b/go.mod index 4edf0f6..fe4c2ed 100644 --- a/go.mod +++ b/go.mod @@ -7,11 +7,9 @@ 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