mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
17 lines
368 B
Modula-2
17 lines
368 B
Modula-2
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
|
|
)
|