Brak opisu
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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. module git.x2erp.com/qdy/go-base
  2. go 1.25.4
  3. require (
  4. github.com/hashicorp/consul/api v1.9.0
  5. github.com/oapi-codegen/runtime v1.1.2
  6. github.com/traefik/yaegi v0.16.1
  7. go.mongodb.org/mongo-driver v1.17.6
  8. gopkg.in/yaml.v2 v2.4.0
  9. )
  10. require (
  11. github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
  12. github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
  13. github.com/elastic/elastic-transport-go/v8 v8.7.0 // indirect
  14. github.com/fatih/color v1.9.0 // indirect
  15. github.com/go-logr/logr v1.4.2 // indirect
  16. github.com/go-logr/stdr v1.2.2 // indirect
  17. github.com/google/btree v1.0.0 // indirect
  18. github.com/google/go-cmp v0.7.0 // indirect
  19. github.com/google/uuid v1.5.0 // indirect
  20. github.com/hashicorp/errwrap v1.1.0 // indirect
  21. github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
  22. github.com/hashicorp/go-hclog v0.12.0 // indirect
  23. github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
  24. github.com/hashicorp/go-multierror v1.1.1 // indirect
  25. github.com/hashicorp/go-rootcerts v1.0.2 // indirect
  26. github.com/hashicorp/go-uuid v1.0.3 // indirect
  27. github.com/hashicorp/golang-lru v0.5.3 // indirect
  28. github.com/hashicorp/serf v0.9.5 // indirect
  29. github.com/kr/pretty v0.3.1 // indirect
  30. github.com/mattn/go-colorable v0.1.13 // indirect
  31. github.com/mattn/go-isatty v0.0.20 // indirect
  32. github.com/mitchellh/mapstructure v1.3.3 // indirect
  33. github.com/rogpeppe/go-internal v1.14.1 // indirect
  34. github.com/stretchr/testify v1.11.1 // indirect
  35. go.opentelemetry.io/otel v1.28.0 // indirect
  36. go.opentelemetry.io/otel/metric v1.28.0 // indirect
  37. go.opentelemetry.io/otel/trace v1.28.0 // indirect
  38. go.uber.org/multierr v1.10.0 // indirect
  39. golang.org/x/mod v0.32.0 // indirect
  40. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  41. )
  42. require (
  43. github.com/elastic/go-elasticsearch/v8 v8.19.0
  44. github.com/golang-jwt/jwt/v5 v5.3.0
  45. github.com/iancoleman/strcase v0.3.0
  46. github.com/miekg/dns v1.1.68 // indirect
  47. github.com/mitchellh/go-homedir v1.1.0 // indirect
  48. github.com/pkg/errors v0.9.1 // indirect
  49. go.uber.org/zap v1.27.1
  50. golang.org/x/net v0.48.0 // indirect
  51. golang.org/x/sys v0.39.0 // indirect
  52. golang.org/x/tools v0.40.0 // indirect
  53. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  54. )