mirror of
https://github.com/Alexander-D-Karpov/concord.git
synced 2026-03-16 22:04:15 +03:00
22 lines
669 B
Modula-2
22 lines
669 B
Modula-2
module github.com/Alexander-D-Karpov/concord/tools/voicetest
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/Alexander-D-Karpov/concord v0.0.0
|
|
golang.org/x/crypto v0.43.0
|
|
google.golang.org/grpc v1.76.0
|
|
)
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
|
|
golang.org/x/net v0.45.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|
|
|
|
replace github.com/Alexander-D-Karpov/concord => ../../
|