diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-07-03 17:58:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 17:58:31 -0400 |
commit | 9d4c1ddfa14d33ce3b78c02421fb76a93e5ca2d6 (patch) | |
tree | 38bf02080870094295b66d23de138c162aa6de3c /Gopkg.toml | |
parent | 280ebcbf7c761a212fb091634384847a38f25cb0 (diff) | |
download | gitea-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.toml | 4 |
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" |