cloud-game/go.mod
Sadlil Rhythom 0e17092acb Refactor of cloud game overlord and overworker (#70)
* Introduce Makefile and go vendor directory for faster build

* WIP: Refactor cloud-game codebase with spliting overlord and worker binary

* Fix all issues and have a running build

* Complete first version of refactor
2019-09-12 03:35:21 +08:00

16 lines
529 B
Modula-2
Vendored

module github.com/giongto35/cloud-game
go 1.12
require (
cloud.google.com/go v0.43.0
github.com/gen2brain/x264-go v0.0.0-20180306035800-58f586137654
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/gorilla/websocket v1.4.0
github.com/pion/webrtc/v2 v2.1.2
github.com/prometheus/client_golang v1.1.0
github.com/spf13/pflag v1.0.3
gopkg.in/hraban/opus.v2 v2.0.0-20180426093920-0f2e0b4fc6cd
)