go.mod 91 B

1234567
  1. module git.me9.top/git/tinymq
  2. go 1.24.2
  3. require (
  4. github.com/gorilla/websocket v1.5.3
  5. )