go.mod 393 B

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