Files
open-match/tutorials/custom_evaluator/matchfunction/go.mod
2020-02-03 16:28:18 -08:00

9 lines
159 B
Modula-2

module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.13
require (
google.golang.org/grpc v1.25.0
open-match.dev/open-match v0.9.0
)