summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMura Li <typeless@users.noreply.github.com>2018-10-24 16:18:51 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2018-10-24 16:18:51 +0800
commit317ddb72830e11a361d3ca04647b98090b799fd5 (patch)
treeca80ac7240109e17d73c94aaf44be75cb50ddd24 /Gopkg.toml
parentefa4e6bc6fec292ab910117d08ad3598c6811e81 (diff)
downloadgitea-317ddb72830e11a361d3ca04647b98090b799fd5.tar.gz
gitea-317ddb72830e11a361d3ca04647b98090b799fd5.zip
Update vendor/github.com/mattn/go-sqlite3 (#5162)
To fix build failure on Windows/386
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 e491eff8bf..08a90a3081 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -41,7 +41,7 @@ ignored = ["google.golang.org/appengine*"]
[[override]]
name = "github.com/mattn/go-sqlite3"
- revision = "f3aa5ce89995fab8c7777f7821f689d9ac81c80f"
+ revision = "c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75"
[[override]]
name = "github.com/gorilla/mux"