Açıklama Yok
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 797B

1234567891011121314151617181920212223242526272829
  1. // v0.1.12
  2. module git.x2erp.com/qdy/go-db
  3. go 1.25.4
  4. require (
  5. github.com/go-sql-driver/mysql v1.9.3
  6. github.com/lib/pq v1.10.9
  7. github.com/microsoft/go-mssqldb v1.9.4
  8. github.com/sijms/go-ora/v2 v2.9.0
  9. )
  10. require (
  11. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  12. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  13. gopkg.in/yaml.v2 v2.4.0 // indirect
  14. )
  15. require (
  16. filippo.io/edwards25519 v1.1.0 // indirect
  17. git.x2erp.com/qdy/go-base v0.1.10
  18. github.com/go-redis/redis/v8 v8.11.5
  19. github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
  20. github.com/golang-sql/sqlexp v0.1.0 // indirect
  21. github.com/google/uuid v1.6.0 // indirect
  22. github.com/jmoiron/sqlx v1.4.0
  23. golang.org/x/crypto v0.38.0 // indirect
  24. golang.org/x/text v0.25.0 // indirect
  25. )