1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 08:38:37 +00:00

Dep upgrade mysql lib (#4161)

*  update gopkg file to add sql dep
This commit is contained in:
techknowlogick
2018-07-03 17:58:31 -04:00
committed by GitHub
parent 280ebcbf7c
commit 9d4c1ddfa1
22 changed files with 1813 additions and 614 deletions

View File

@@ -40,6 +40,10 @@ ignored = ["google.golang.org/appengine*"]
#version = "0.6.5"
revision = "d4149d1eee0c2c488a74a5863fd9caf13d60fd03"
[[override]]
name = "github.com/go-sql-driver/mysql"
revision = "d523deb1b23d913de5bdada721a6071e71283618"
[[override]]
name = "github.com/gorilla/mux"
revision = "757bef944d0f21880861c2dd9c871ca543023cba"