Evstigneev Denis
db00f3bb91
closes #130 Reviewed-on: #131 Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru> Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
16 lines
368 B
Modula-2
16 lines
368 B
Modula-2
module go.unistack.org/micro-server-tcp/v3
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
go.unistack.org/micro/v3 v3.10.51
|
|
golang.org/x/net v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e // indirect
|
|
google.golang.org/grpc v1.57.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|