]> source.dussan.org Git - gitea.git/commitdiff
Fix dep for actual goth version used in dep lock file (#5078)
authorLauris BH <lauris@nix.lv>
Fri, 12 Oct 2018 20:49:27 +0000 (23:49 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Oct 2018 20:49:27 +0000 (23:49 +0300)
Gopkg.toml

index 3089b7fd4d23be2499104846e283e316767a6254..46a3ca4fa678c93dc816bbf304fe749759c27806 100644 (file)
@@ -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"