mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 18:46:11 +00:00
Update re-time video frame interceptor to the latest pion WebRTC changes and keep it shared between all RTC peer connections.
37 lines
1.5 KiB
Modula-2
Vendored
37 lines
1.5 KiB
Modula-2
Vendored
module github.com/giongto35/cloud-game/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.18.0
|
|
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/interceptor v0.1.0
|
|
github.com/pion/rtp v1.7.2
|
|
github.com/pion/webrtc/v3 v3.1.3
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.31.1 // 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-20210921155107-089bfa567519
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
|
golang.org/x/net v0.0.0-20211013171255-e13a2654a71e // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/api v0.58.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20211013025323-ce878158c4d4 // indirect
|
|
google.golang.org/grpc v1.41.0 // indirect
|
|
)
|