Mridul Goswami 4c2544f043 Update k8s.io packages (#1531)
* update supported version of k8s.io/client-go

* update tutorial deps

* add context
2023-02-11 11:50:07 +05:30

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 => ../../../../