mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
fe628d8406
* github.com/yuin/goldmark v1.3.1 -> v1.3.2 * github.com/xanzy/go-gitlab v0.42.0 -> v0.44.0 * github.com/prometheus/client_golang v1.8.0 -> v1.9.0 * github.com/minio/minio-go v7.0.7 -> v7.0.9 * github.com/lafriks/xormstore v1.3.2 -> v1.4.0 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
20 lines
621 B
Modula-2
Vendored
20 lines
621 B
Modula-2
Vendored
module github.com/lafriks/xormstore
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
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.2.1 // indirect
|
|
github.com/lib/pq v1.7.0
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
xorm.io/xorm v1.0.6
|
|
)
|