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

123456789101112131415161718192021222324
  1. module github.com/go-xorm/xorm
  2. require (
  3. cloud.google.com/go v0.34.0 // indirect
  4. github.com/cockroachdb/apd v1.1.0 // indirect
  5. github.com/davecgh/go-spew v1.1.1 // indirect
  6. github.com/denisenkom/go-mssqldb v0.0.0-20190121005146-b04fd42d9952
  7. github.com/go-sql-driver/mysql v1.4.1
  8. github.com/google/go-cmp v0.2.0 // indirect
  9. github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
  10. github.com/jackc/pgx v3.3.0+incompatible
  11. github.com/kr/pretty v0.1.0 // indirect
  12. github.com/lib/pq v1.0.0
  13. github.com/mattn/go-sqlite3 v1.10.0
  14. github.com/pkg/errors v0.8.1 // indirect
  15. github.com/satori/go.uuid v1.2.0 // indirect
  16. github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
  17. github.com/stretchr/testify v1.3.0
  18. github.com/ziutek/mymysql v1.5.4
  19. golang.org/x/crypto v0.0.0-20190122013713-64072686203f // indirect
  20. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  21. xorm.io/builder v0.3.5
  22. xorm.io/core v0.6.3
  23. )