-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
32 lines (29 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/castaneai/openmatch-local-dev
go 1.19
require (
github.com/castaneai/omtools v0.0.0-20230419091957-dada78a3fda1
github.com/davecgh/go-spew v1.1.1
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.1
golang.org/x/sync v0.1.0
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
open-match.dev/open-match v1.7.0
)
require (
github.com/bojand/hri v1.1.0 // indirect
github.com/go-chi/chi/v5 v5.0.7 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rantav/go-grpc-channelz v0.0.3 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
golang.org/x/exp v0.0.0-20230418202329-0354be287a23 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)