From 2be21f123c4d69514e3a73b0924fc611f6755d07 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Thu, 10 Sep 2020 20:47:22 -0400 Subject: [PATCH] vendor: bump consul/api to v1.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9742587b07..9b2a30f491 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/google/go-querystring v1.0.0 // indirect github.com/google/gofuzz v1.0.0 github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2 - github.com/hashicorp/consul/api v1.6.0 + github.com/hashicorp/consul/api v1.7.0 github.com/hashicorp/consul/sdk v0.6.0 github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-bexpr v0.1.2