Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

43 рядки
1.4 KiB

  1. module github.com/AFASystems/presence
  2. go 1.24.0
  3. toolchain go1.24.9
  4. require (
  5. github.com/eclipse/paho.mqtt.golang v1.5.1
  6. github.com/go-playground/validator/v10 v10.30.1
  7. github.com/google/uuid v1.6.0
  8. github.com/gorilla/handlers v1.5.2
  9. github.com/gorilla/mux v1.8.1
  10. github.com/mitchellh/mapstructure v1.5.0
  11. github.com/segmentio/kafka-go v0.4.49
  12. gorm.io/driver/postgres v1.6.0
  13. gorm.io/driver/sqlite v1.6.0
  14. gorm.io/gorm v1.31.1
  15. )
  16. require (
  17. github.com/felixge/httpsnoop v1.0.3 // indirect
  18. github.com/gabriel-vasile/mimetype v1.4.12 // indirect
  19. github.com/go-playground/locales v0.14.1 // indirect
  20. github.com/go-playground/universal-translator v0.18.1 // indirect
  21. github.com/gorilla/websocket v1.5.3 // indirect
  22. github.com/jackc/pgpassfile v1.0.0 // indirect
  23. github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
  24. github.com/jackc/pgx/v5 v5.6.0 // indirect
  25. github.com/jackc/puddle/v2 v2.2.2 // indirect
  26. github.com/jinzhu/inflection v1.0.0 // indirect
  27. github.com/jinzhu/now v1.1.5 // indirect
  28. github.com/klauspost/compress v1.15.9 // indirect
  29. github.com/leodido/go-urn v1.4.0 // indirect
  30. github.com/mattn/go-sqlite3 v1.14.22 // indirect
  31. github.com/pierrec/lz4/v4 v4.1.15 // indirect
  32. github.com/stretchr/testify v1.11.1 // indirect
  33. golang.org/x/crypto v0.46.0 // indirect
  34. golang.org/x/net v0.47.0 // indirect
  35. golang.org/x/sync v0.19.0 // indirect
  36. golang.org/x/sys v0.39.0 // indirect
  37. golang.org/x/text v0.32.0 // indirect
  38. )