go.mod 362 B

12345678910111213141516
  1. module imuslab.com/dezukvm/dezukvmd
  2. go 1.23.4
  3. require (
  4. github.com/google/uuid v1.6.0
  5. github.com/gorilla/csrf v1.7.3
  6. github.com/gorilla/websocket v1.5.3
  7. github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
  8. github.com/vladimirvivien/go4vl v0.0.5
  9. )
  10. require (
  11. github.com/gorilla/securecookie v1.1.2 // indirect
  12. golang.org/x/sys v0.31.0 // indirect
  13. )