Ingen beskrivning
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 1.1KB

12345678910111213141516171819202122232425262728293031323334
  1. module git.x2erp.com/qdy/go-svc-mcp
  2. go 1.25.4
  3. replace git.x2erp.com/qdy/go-base => ../go-base
  4. replace git.x2erp.com/qdy/go-db => ../go-db
  5. require (
  6. git.x2erp.com/qdy/go-base v0.1.15
  7. git.x2erp.com/qdy/go-db v0.0.0-00010101000000-000000000000
  8. github.com/modelcontextprotocol/go-sdk v1.2.0
  9. )
  10. require (
  11. filippo.io/edwards25519 v1.1.0 // indirect
  12. github.com/go-sql-driver/mysql v1.9.3 // indirect
  13. github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
  14. github.com/golang-sql/sqlexp v0.1.0 // indirect
  15. github.com/google/jsonschema-go v0.3.0 // indirect
  16. github.com/google/uuid v1.6.0 // indirect
  17. github.com/jmoiron/sqlx v1.4.0 // indirect
  18. github.com/lib/pq v1.10.9 // indirect
  19. github.com/microsoft/go-mssqldb v1.9.4 // indirect
  20. github.com/sijms/go-ora/v2 v2.9.0 // indirect
  21. github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
  22. go.uber.org/multierr v1.10.0 // indirect
  23. go.uber.org/zap v1.27.1 // indirect
  24. golang.org/x/crypto v0.46.0 // indirect
  25. golang.org/x/oauth2 v0.30.0 // indirect
  26. golang.org/x/text v0.32.0 // indirect
  27. gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
  28. gopkg.in/yaml.v2 v2.4.0 // indirect
  29. )