mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
38 lines
1.5 KiB
Modula-2
Vendored
38 lines
1.5 KiB
Modula-2
Vendored
module github.com/giongto35/cloud-game/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.16.1
|
|
github.com/cavaliercoder/grab v1.0.1-0.20201108051000-98a5bfe305ec
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/go-gl/gl v0.0.0-20210905235341-f7a045908259
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/golang/glog v1.0.0
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kkyr/fig v0.3.0
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/pion/ice/v2 v2.1.12 // indirect
|
|
github.com/pion/interceptor v0.0.19
|
|
github.com/pion/rtcp v1.2.8 // indirect
|
|
github.com/pion/rtp v1.7.2
|
|
github.com/pion/srtp/v2 v2.0.5 // indirect
|
|
github.com/pion/webrtc/v3 v3.0.32
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.30.0 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/veandco/go-sdl2 v0.4.10
|
|
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
|
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
|
|
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/api v0.57.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20210916144049-3192f974c780 // indirect
|
|
)
|