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

Update vendor/github.com/mattn/go-sqlite3 (#5162)

To fix build failure on Windows/386
This commit is contained in:
Mura Li
2018-10-24 16:18:51 +08:00
committed by Lunny Xiao
parent efa4e6bc6f
commit 317ddb7283
3 changed files with 5 additions and 4 deletions

View File

@@ -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"