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 649B

1234567891011121314151617181920
  1. module github.com/lafriks/xormstore
  2. go 1.11
  3. require (
  4. cloud.google.com/go v0.44.3 // indirect
  5. github.com/denisenkom/go-mssqldb v0.0.0-20190820223206-44cdfe8d8ba9
  6. github.com/go-sql-driver/mysql v1.4.1
  7. github.com/go-xorm/xorm v0.7.6
  8. github.com/google/go-cmp v0.3.1 // indirect
  9. github.com/gorilla/context v1.1.1
  10. github.com/gorilla/securecookie v1.1.1
  11. github.com/gorilla/sessions v1.2.0
  12. github.com/jackc/pgx v3.5.0+incompatible // indirect
  13. github.com/lib/pq v1.2.0
  14. github.com/mattn/go-sqlite3 v1.11.0
  15. github.com/stretchr/testify v1.4.0 // indirect
  16. golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
  17. xorm.io/core v0.7.0
  18. )