mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-14 10:08:44 +00:00
21 lines
613 B
Modula-2
21 lines
613 B
Modula-2
module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
google.golang.org/grpc v1.51.0
|
|
open-match.dev/open-match v0.0.0-dev
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
|
|
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|
|
|
|
replace open-match.dev/open-match v0.0.0-dev => ../../../../
|