2019-07-25 03:09:14 +05:30
|
|
|
module github.com/lafriks/xormstore
|
|
|
|
|
2021-02-17 09:17:24 +05:30
|
|
|
go 1.13
|
2019-07-25 03:09:14 +05:30
|
|
|
|
|
|
|
require (
|
2021-02-17 09:17:24 +05:30
|
|
|
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
|
2019-07-25 03:09:14 +05:30
|
|
|
github.com/gorilla/context v1.1.1
|
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2019-08-29 02:47:14 +05:30
|
|
|
github.com/gorilla/sessions v1.2.0
|
2021-02-17 09:17:24 +05:30
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
|
|
github.com/lib/pq v1.7.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
2019-10-02 06:02:12 +05:30
|
|
|
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
|
2021-02-17 09:17:24 +05:30
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-10-02 06:02:12 +05:30
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2021-02-17 09:17:24 +05:30
|
|
|
xorm.io/xorm v1.0.6
|
2019-07-25 03:09:14 +05:30
|
|
|
)
|