mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 17:16:04 +00:00
36 lines
1.5 KiB
Modula-2
Vendored
36 lines
1.5 KiB
Modula-2
Vendored
module github.com/giongto35/cloud-game/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.74.0 // indirect
|
|
cloud.google.com/go/storage v1.12.0
|
|
github.com/cavaliercoder/grab v1.0.1-0.20201108051000-98a5bfe305ec
|
|
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gen2brain/x264-go v0.0.0-20200605131102-0523307cbe23
|
|
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/google/uuid v1.1.3 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kkyr/fig v0.2.0
|
|
github.com/mitchellh/mapstructure v1.4.0 // indirect
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
github.com/pion/interceptor v0.0.9
|
|
github.com/pion/rtp v1.6.2
|
|
github.com/pion/webrtc/v3 v3.0.3
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/veandco/go-sdl2 v0.4.5
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
|
|
golang.org/x/tools v0.0.0-20210104081019-d8d6ddbec6ee // indirect
|
|
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
|
|
gopkg.in/hraban/opus.v2 v2.0.0-20201025103112-d779bb1cc5a2
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|