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.
21 lines
637 B
21 lines
637 B
module git.slaventius.ru/test3k/authDB
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/segmentio/kafka-go v0.4.38
|
|
google.golang.org/grpc v1.52.3
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
|
golang.org/x/net v0.4.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|
|
|