mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
* Update webrtv2 * Update gomod * Update run local * Update docker * Update mario 3 rom * Update script * Throw error when overlord cannot launch
12 lines
299 B
Modula-2
Vendored
12 lines
299 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/satori/go.uuid v1.2.0
|
|
gopkg.in/hraban/opus.v2 v2.0.0-20180426093920-0f2e0b4fc6cd
|
|
)
|