aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-sql-driver
Commit message (Collapse)AuthorAgeFilesLines
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2314-313/+383
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Use Go1.11 module (#5743)Mura Li2019-03-275-0/+796
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* upgrade go-sql-driver/mysql to fix invalid connection error (#5748)Lunny Xiao2019-01-1711-519/+463
| | | should fix #5736
* Dep upgrade mysql lib (#4161)techknowlogick2018-07-0320-605/+1800
| | | | * update gopkg file to add sql dep
* Migrate to dep (#3972)Antoine GIRARD2018-05-215-606/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Added all required dependenciesThomas Boerger2016-11-0422-0/+5355