Update dependencies

This commit is contained in:
世界
2023-04-07 13:40:08 +08:00
parent 7281ac268d
commit 3a49ee9218
3 changed files with 23 additions and 23 deletions

View File

@@ -37,7 +37,7 @@ func NewHTTP(router adapter.Router, logger log.ContextLogger, tag string, option
logger: logger,
tag: tag,
},
http.NewClient(detour, options.ServerOptions.Build(), options.Username, options.Password),
http.NewClient(detour, options.ServerOptions.Build(), options.Username, options.Password, nil),
}, nil
}