summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2018-10-12 23:49:27 +0300
committerGitHub <noreply@github.com>2018-10-12 23:49:27 +0300
commit0cd8cecdf82787fdb67b3b040c35eb9e8e1ba627 (patch)
tree921803c25508596ab14e708c20e8c757c65860ac /Gopkg.toml
parentc42b366f0e8a7c2c3ddf31a4a65f73b032137d10 (diff)
downloadgitea-0cd8cecdf82787fdb67b3b040c35eb9e8e1ba627.tar.gz
gitea-0cd8cecdf82787fdb67b3b040c35eb9e8e1ba627.zip
Fix dep for actual goth version used in dep lock file (#5078)
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 3089b7fd4d..46a3ca4fa6 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"