mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 18:46:11 +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.87.0 // indirect
|
|
cloud.google.com/go/storage v1.16.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/go-gl/gl v0.0.0-20210501111010-69f74958bac0
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/uuid v1.3.0 // 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.1 // indirect
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
github.com/pion/interceptor v0.0.13
|
|
github.com/pion/rtp v1.6.5
|
|
github.com/pion/webrtc/v3 v3.0.31
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.29.0 // indirect
|
|
github.com/prometheus/procfs v0.7.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/veandco/go-sdl2 v0.4.8
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
|
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/tools v0.1.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea // indirect
|
|
)
|