You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
245 B

2 years ago
module test3k/authDB
go 1.19
require github.com/segmentio/kafka-go v0.4.38
require (
2 years ago
github.com/kelseyhightower/envconfig v1.4.0 // indirect
2 years ago
github.com/klauspost/compress v1.15.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
)