- module github.com/lrosales/client2server
- go 1.21
- require (
- github.com/google/uuid v1.6.0
- github.com/redpanda-data/redpanda-sdk-go v0.0.0-20240601023312-1234567890ab
- nhooyr.io/websocket v0.0.0-20231004141808-1d700588fda5
- )
- require (
- github.com/google/uuid v1.6.0 // indirect
- golang.org/x/net v0.21.0 // indirect
- )
|