mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-21 09:08:57 +00:00
13 lines
343 B
Modula-2
Vendored
13 lines
343 B
Modula-2
Vendored
module github.com/giongto35/cloud-game
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.39.0
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/pion/webrtc/v2 v2.0.15
|
|
github.com/prometheus/client_golang v0.9.3
|
|
github.com/satori/go.uuid v1.2.0
|
|
gopkg.in/hraban/opus.v2 v2.0.0-20180426093920-0f2e0b4fc6cd
|
|
)
|