forked from rviscarra/webrtc-remote-screen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 838 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/rviscarra/webrtc-remote-screen
go 1.12
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
github.com/gen2brain/shm v0.0.0-20210511105953-083dbc7d9d83 // indirect
github.com/gen2brain/x264-go v0.2.0
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84 // indirect
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84 // indirect
github.com/google/uuid v1.1.1
github.com/kbinani/screenshot v0.0.0-20190612115439-c3c7d93696f3
github.com/lxn/win v0.0.0-20190618153233-9c04a4e8d0b8 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pion/sdp v1.3.0
github.com/pion/webrtc/v2 v2.1.0
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
)