Vasiliy Tolstov
c163557023
Some checks failed
codeql / analyze (go) (pull_request) Failing after 10s
prbuild / test (pull_request) Failing after 13s
prbuild / lint (pull_request) Failing after 13s
autoapprove / autoapprove (pull_request) Failing after 12s
automerge / automerge (pull_request) Failing after 13s
dependabot-automerge / automerge (pull_request) Failing after 13m0s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
21 lines
526 B
Modula-2
21 lines
526 B
Modula-2
module go.unistack.org/micro-broker-service/v3
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
go.unistack.org/micro-server-http/v3 v3.11.29
|
|
go.unistack.org/micro/v3 v3.10.91
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
|
golang.org/x/net v0.29.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
google.golang.org/grpc v1.67.0 // indirect
|
|
)
|