| 1234567891011121314151617 |
- module github.com/lrosales/client2server
- go 1.22
- require (
- github.com/coder/websocket v1.8.13
- github.com/google/uuid v1.6.0
- github.com/twmb/franz-go v1.18.0
- github.com/twmb/franz-go/pkg/kadm v1.14.0
- )
- require (
- github.com/klauspost/compress v1.17.11 // indirect
- github.com/pierrec/lz4/v4 v4.1.21 // indirect
- github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
- golang.org/x/crypto v0.28.0 // indirect
- )
|