Vasiliy Tolstov
c23433a49c
Some checks failed
codeql / analyze (go) (pull_request) Failing after 2m50s
prbuild / test (pull_request) Failing after 1m29s
prbuild / lint (pull_request) Failing after 2m37s
autoapprove / autoapprove (pull_request) Failing after 1m25s
automerge / automerge (pull_request) Failing after 4s
dependabot-automerge / automerge (pull_request) Has been skipped
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
19 lines
639 B
Modula-2
19 lines
639 B
Modula-2
module go.unistack.org/micro-server-grpc/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
|
|
github.com/onsi/ginkgo/v2 v2.13.0 // indirect
|
|
github.com/quic-go/qtls-go1-19 v0.3.3 // indirect
|
|
github.com/quic-go/quic-go v0.40.0
|
|
github.com/stretchr/testify v1.8.3 // indirect
|
|
go.unistack.org/micro/v3 v3.10.31
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/net v0.17.0
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
|
|
google.golang.org/grpc v1.59.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|