cloud-game/go.mod
giongto35 71e6d0bd4b
Use go mode + use pion v2 (#39)
* Update webrtv2

* Update gomod

* Update run local

* Update docker

* Update mario 3 rom

* Update script

* Throw error when overlord cannot launch
2019-05-25 12:10:04 +08:00

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
)