From e76459645bcebbfc4de431b914e4e3f64a44aa00 Mon Sep 17 00:00:00 2001 From: Gary Brown Date: Tue, 15 Oct 2019 14:09:43 +0100 Subject: [PATCH] Update gopkg.in/yaml.v2 dependency to v2.2.4 Signed-off-by: Gary Brown --- Gopkg.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gopkg.toml b/Gopkg.toml index 8586456eb3d..4c9aa29255d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -115,6 +115,10 @@ required = [ name = "google.golang.org/grpc" version = "^1.20.1" +[[constraint]] + name = "gopkg.in/yaml.v2" + version = "^2.2.4" + [[constraint]] name = "github.com/olivere/elastic" version = "^6.2.22"