From 0cd8cecdf82787fdb67b3b040c35eb9e8e1ba627 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Fri, 12 Oct 2018 23:49:27 +0300 Subject: [PATCH] Fix dep for actual goth version used in dep lock file (#5078) --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 3089b7fd4..46a3ca4fa 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -57,7 +57,7 @@ ignored = ["google.golang.org/appengine*"] [[constraint]] name = "github.com/markbates/goth" - version = "1.45.5" + version = "1.46.1" [[constraint]] branch = "master"