build: 升级依赖

This commit is contained in:
Mmx
2021-09-29 17:47:21 +08:00
parent 2fb1cf0d49
commit 0b52a4efdd
3 changed files with 3 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
package util
import (
"autoLogin/global"
"github.com/Mmx233/tool"
"time"
)
func init() {
//tool设定
tool.HTTP.Options.Timeout = time.Duration(global.Config.Settings.Timeout) * time.Second
}