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.
11 lines
188 B
11 lines
188 B
2 years ago
|
module test3k/authDB
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require github.com/segmentio/kafka-go v0.4.38
|
||
|
|
||
|
require (
|
||
|
github.com/klauspost/compress v1.15.9 // indirect
|
||
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
||
|
)
|