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.
 
 
 
 

42 line
1.4 KiB

  1. module github.com/AFASystems/presence
  2. go 1.24.0
  3. toolchain go1.24.9
  4. require (
  5. github.com/boltdb/bolt v1.3.1
  6. github.com/gorilla/handlers v1.5.2
  7. github.com/gorilla/mux v1.8.1
  8. github.com/gorilla/websocket v1.5.3
  9. github.com/redis/go-redis/v9 v9.16.0
  10. github.com/segmentio/kafka-go v0.4.49
  11. github.com/yosssi/gmq v0.0.1
  12. )
  13. require (
  14. github.com/cespare/xxhash/v2 v2.3.0 // indirect
  15. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  16. github.com/eclipse/paho.golang v0.23.0 // indirect
  17. github.com/eclipse/paho.mqtt.golang v1.5.1 // indirect
  18. github.com/felixge/httpsnoop v1.0.3 // indirect
  19. github.com/google/uuid v1.6.0 // indirect
  20. github.com/jackc/pgpassfile v1.0.0 // indirect
  21. github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
  22. github.com/jackc/pgx/v5 v5.6.0 // indirect
  23. github.com/jackc/puddle/v2 v2.2.2 // indirect
  24. github.com/jinzhu/inflection v1.0.0 // indirect
  25. github.com/jinzhu/now v1.1.5 // indirect
  26. github.com/joho/godotenv v1.5.1 // indirect
  27. github.com/klauspost/compress v1.15.9 // indirect
  28. github.com/mitchellh/mapstructure v1.5.0 // indirect
  29. github.com/pierrec/lz4/v4 v4.1.15 // indirect
  30. golang.org/x/crypto v0.42.0 // indirect
  31. golang.org/x/net v0.44.0 // indirect
  32. golang.org/x/sync v0.17.0 // indirect
  33. golang.org/x/sys v0.37.0 // indirect
  34. golang.org/x/text v0.29.0 // indirect
  35. gorm.io/driver/postgres v1.6.0 // indirect
  36. gorm.io/gorm v1.31.1 // indirect
  37. )