mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 06:57:20 +00:00
Upgrade xorm to v0.8.0 (#8536)
This commit is contained in:
committed by
Antoine GIRARD
parent
ae132632a9
commit
d151503d34
3
vendor/github.com/lafriks/xormstore/go.mod
generated
vendored
3
vendor/github.com/lafriks/xormstore/go.mod
generated
vendored
@ -5,15 +5,14 @@ go 1.11
|
||||
require (
|
||||
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538
|
||||
github.com/go-sql-driver/mysql v1.4.1
|
||||
github.com/go-xorm/xorm v0.7.9
|
||||
github.com/gorilla/context v1.1.1
|
||||
github.com/gorilla/securecookie v1.1.1
|
||||
github.com/gorilla/sessions v1.2.0
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/lib/pq v1.2.0
|
||||
github.com/mattn/go-sqlite3 v1.11.0
|
||||
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
|
||||
google.golang.org/appengine v1.6.4 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
xorm.io/core v0.7.2
|
||||
xorm.io/xorm v0.8.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user