summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-01-17 14:07:23 +0800
committerzeripath <art27@cantab.net>2019-01-17 06:07:23 +0000
commit477a80f658a04fc477d800887c55654ac307ff45 (patch)
tree20fc626e79dd8c33004401c3c617085a5685ffa9 /Gopkg.toml
parent5ac6da3c41f628f31b2805bfc422a3abb6b76d6b (diff)
downloadgitea-477a80f658a04fc477d800887c55654ac307ff45.tar.gz
gitea-477a80f658a04fc477d800887c55654ac307ff45.zip
upgrade go-sql-driver/mysql to fix invalid connection error (#5748)
should fix #5736
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 2eb81803a1..51f2b2cabe 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -46,7 +46,7 @@ ignored = ["google.golang.org/appengine*"]
[[override]]
name = "github.com/go-sql-driver/mysql"
- revision = "d523deb1b23d913de5bdada721a6071e71283618"
+ revision = "c45f530f8e7fe40f4687eaa50d0c8c5f1b66f9e0"
[[override]]
name = "github.com/mattn/go-sqlite3"