From 8994211c8cf99cf4eccceb00c246d897ef0ce35b Mon Sep 17 00:00:00 2001 From: XOF Date: Mon, 15 Dec 2025 01:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..46d126b --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +// go.mod +module siteproxy + +go 1.21 + +require ( + // 无外部依赖,仅使用标准库 +)