Improve Go Server to support remote desktop and command control #1

Merged
yuanyuanxiang merged 7 commits from feature/go-server into main 2026-05-18 22:06:08 +00:00
Showing only changes of commit 9f8a00cd04 - Show all commits

16
server/go/go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/yuanyuanxiang/SimpleRemoter/server/go
go 1.24.5
require (
github.com/klauspost/compress v1.18.2
github.com/rs/zerolog v1.34.0
golang.org/x/text v0.32.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/sys v0.12.0 // indirect
)