新增下载测速功能

This commit is contained in:
Spedoske
2020-07-09 10:52:26 +08:00
parent 839f48eb01
commit 5c67f34e71
6 changed files with 296 additions and 71 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module CloudflareIPScanner
go 1.14
require github.com/cheggaaa/pb/v3 v3.0.4
require (
github.com/VividCortex/ewma v1.1.1
github.com/cheggaaa/pb/v3 v3.0.4
)