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.

go.mod 564B

123456789101112131415161718
  1. module github.com/lafriks/xormstore
  2. go 1.11
  3. require (
  4. github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538
  5. github.com/go-sql-driver/mysql v1.4.1
  6. github.com/gorilla/context v1.1.1
  7. github.com/gorilla/securecookie v1.1.1
  8. github.com/gorilla/sessions v1.2.0
  9. github.com/lib/pq v1.2.0
  10. github.com/mattn/go-sqlite3 v1.11.0
  11. golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
  12. google.golang.org/appengine v1.6.4 // indirect
  13. gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
  14. xorm.io/core v0.7.2
  15. xorm.io/xorm v0.8.0
  16. )