You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
gitea/vendor/github.com/lafriks/xormstore/go.mod

15 lines
421 B

module github.com/lafriks/xormstore
go 1.11
require (
github.com/denisenkom/go-mssqldb v0.0.0-20190724012636-11b2859924c1
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.4
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0
xorm.io/core v0.6.3
)