15 lines
268 B
Modula-2
Executable File
15 lines
268 B
Modula-2
Executable File
module test_matchmaker
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/ascii8/nakama-go v0.8.7
|
|
github.com/heroiclabs/nakama-common v1.31.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.19.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
nhooyr.io/websocket v1.8.10 // indirect
|
|
)
|