mirror of
https://github.com/krishpranav/remote-desktop.git
synced 2025-12-24 12:47:52 +08:00
18 lines
621 B
Modula-2
18 lines
621 B
Modula-2
module github.com/krishpranav/remote-desktop
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gen2brain/x264-go v0.2.4
|
|
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329
|
|
)
|
|
|
|
require (
|
|
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
|
|
github.com/gen2brain/x264-go/x264c v0.0.0-20221204084822-82ee2951dea2 // indirect
|
|
github.com/gen2brain/x264-go/yuv v0.0.0-20221204084822-82ee2951dea2 // indirect
|
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
|
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
|
|
)
|