forked from showsmall/webrtc-remote-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 610 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/sdp v1.3.0
github.com/pion/webrtc/v2 v2.1.0
github.com/pion/webrtc/v3 v3.0.0-beta.8
github.com/tidwall/sjson v1.1.2
)