Compare commits

..

1 Commits

Author SHA1 Message Date
spiritsoul
eea78a7c30 v0.1.10 - 更新流媒体检测 2025-01-31 12:29:06 +08:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.23.4
require (
github.com/imroc/req/v3 v3.49.0
github.com/oneclickvirt/CommonMediaTests v0.0.4-20240704024502
github.com/oneclickvirt/UnlockTests v0.0.24-20250127123509
github.com/oneclickvirt/UnlockTests v0.0.25-20250131042210
github.com/oneclickvirt/backtrace v0.0.4-20240702140722
github.com/oneclickvirt/basics v0.0.8-20241108124433
github.com/oneclickvirt/cputest v0.0.9-20250103063414

View File

@@ -39,7 +39,7 @@ import (
)
var (
ecsVersion = "v0.1.9"
ecsVersion = "v0.1.10"
menuMode bool
onlyChinaTest bool
input, choice string