25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
388 B

  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/yosssi/gmq v0.0.1
  10. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  11. )
  12. require (
  13. github.com/felixge/httpsnoop v1.0.3 // indirect
  14. golang.org/x/sys v0.37.0 // indirect
  15. )