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.
|
module git.slaventius.ru/test3k/authPostman
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
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
|
|
)
|
|
|