mirror of
https://github.com/wx-chevalier/screen-sharing-rdp.git
synced 2025-12-24 13:08:12 +08:00
25 lines
961 B
Modula-2
25 lines
961 B
Modula-2
module github.com/imtiyazs/webrtc-remote-desktop
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
|
|
github.com/gen2brain/shm v0.0.0-20180314170312-6c18ff7f8b90 // indirect
|
|
github.com/gen2brain/x264-go v0.0.0-20180306035800-58f586137654
|
|
github.com/go-vgo/robotgo v0.91.0
|
|
github.com/google/uuid v1.1.2
|
|
github.com/kbinani/screenshot v0.0.0-20190612115439-c3c7d93696f3
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/pion/datachannel v1.4.21 // indirect
|
|
github.com/pion/mdns v0.0.4 // indirect
|
|
github.com/pion/quic v0.1.4 // indirect
|
|
github.com/pion/sctp v1.7.11 // indirect
|
|
github.com/pion/sdp v1.3.0
|
|
github.com/pion/srtp v1.5.2 // indirect
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
github.com/pion/webrtc/v2 v2.1.0
|
|
github.com/tidwall/sjson v1.1.2
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|