mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-15 10:16:07 +00:00
25 lines
781 B
Modula-2
25 lines
781 B
Modula-2
module open-match.dev/open-match/tutorials/matchmaker101/director
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.21.5
|
|
|
|
require (
|
|
google.golang.org/grpc v1.57.1
|
|
open-match.dev/open-match v0.0.0-dev
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|
|
|
|
replace open-match.dev/open-match v0.0.0-dev => ../../../../
|