mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 18:46:11 +00:00
* Add HTTPS WSS * Update https * HTTPS * Add https * Add HTTPS worker * Add HTTPS * add https * Add pingserver to worker * add https * Add public domain whitelist * Not fatal when there existing echo server
25 lines
1 KiB
Modula-2
Vendored
25 lines
1 KiB
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/gofrs/uuid v3.2.0+incompatible
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pion/webrtc/v2 v2.1.16
|
|
github.com/prometheus/client_golang v1.1.0
|
|
github.com/spf13/pflag v1.0.3
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
golang.org/x/sys v0.0.0-20191218084908-4a24b4065292 // indirect
|
|
golang.org/x/tools v0.0.0-20191218191756-61f5e7d2990e // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
gopkg.in/hraban/opus.v2 v2.0.0-20180426093920-0f2e0b4fc6cd
|
|
)
|