feat(校验速度): 去除进度条加快校验速度

This commit is contained in:
2020-10-21 17:20:35 +08:00
parent 7c636ded82
commit 9192cd340f
291 changed files with 896 additions and 211184 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/xiaoqidun/ihash
go 1.15
require golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
require (
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
)