go.mod 320 B

1234567891011121314
  1. module github.com/lrosales/client2server
  2. go 1.21
  3. require (
  4. github.com/google/uuid v1.6.0
  5. github.com/redpanda-data/redpanda-sdk-go v0.0.0-20240601023312-1234567890ab
  6. nhooyr.io/websocket v0.0.0-20231004141808-1d700588fda5
  7. )
  8. require (
  9. github.com/google/uuid v1.6.0 // indirect
  10. golang.org/x/net v0.21.0 // indirect
  11. )