summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2018-07-03 17:58:31 -0400
committerGitHub <noreply@github.com>2018-07-03 17:58:31 -0400
commit9d4c1ddfa14d33ce3b78c02421fb76a93e5ca2d6 (patch)
tree38bf02080870094295b66d23de138c162aa6de3c /Gopkg.toml
parent280ebcbf7c761a212fb091634384847a38f25cb0 (diff)
downloadgitea-9d4c1ddfa14d33ce3b78c02421fb76a93e5ca2d6.tar.gz
gitea-9d4c1ddfa14d33ce3b78c02421fb76a93e5ca2d6.zip
Dep upgrade mysql lib (#4161)
* update gopkg file to add sql dep
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 1019888c01..42523550fd 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -41,6 +41,10 @@ ignored = ["google.golang.org/appengine*"]
revision = "d4149d1eee0c2c488a74a5863fd9caf13d60fd03"
[[override]]
+ name = "github.com/go-sql-driver/mysql"
+ revision = "d523deb1b23d913de5bdada721a6071e71283618"
+
+[[override]]
name = "github.com/gorilla/mux"
revision = "757bef944d0f21880861c2dd9c871ca543023cba"