From 6f7f3971956f783cd82596b3ad6a81d959d44582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauris=20Buk=C5=A1is-Haberkorns?= Date: Fri, 12 Oct 2018 22:39:34 +0300 Subject: [PATCH] Fix dep for actual goth version used in dep lock file --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 3089b7fd4d23b..46a3ca4fa678c 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"