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

12345678910111213141516171819202122232425262728293031323334
  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. golang.org/x/net v0.43.0 // indirect
  14. gopkg.in/yaml.v2 v2.4.0 // indirect
  15. )
  16. require (
  17. filippo.io/edwards25519 v1.1.0 // indirect
  18. git.x2erp.com/qdy/go-base v0.1.31
  19. github.com/go-redis/redis/v8 v8.11.5
  20. github.com/go-resty/resty/v2 v2.17.0
  21. github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
  22. github.com/golang-sql/sqlexp v0.1.0 // indirect
  23. github.com/google/uuid v1.6.0 // indirect
  24. github.com/jmoiron/sqlx v1.4.0
  25. github.com/rabbitmq/amqp091-go v1.10.0
  26. github.com/streadway/amqp v1.1.0
  27. golang.org/x/crypto v0.41.0 // indirect
  28. golang.org/x/text v0.28.0 // indirect
  29. )