diff --git a/go.mod b/go.mod index 46d126b..a3c2f80 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,4 @@ module siteproxy go 1.21 -require ( - // 无外部依赖,仅使用标准库 -) +require golang.org/x/net v0.19.0 \ No newline at end of file