From 1f4b46d4a415f7533d7f020b4915939f97f3c1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:50:20 +0800 Subject: [PATCH] Create go.mod --- go.mod | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..628dfed --- /dev/null +++ b/go.mod @@ -0,0 +1,22 @@ +module yuequanScanKimi + +go 1.22 + +toolchain go1.22.10 + +require ( + github.com/lqqyt2423/go-mitmproxy v1.8.5 +) + +require ( + github.com/andybalholm/brotli v1.0.4 // indirect + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + github.com/klauspost/compress v1.17.8 // indirect + github.com/kr/pretty v0.3.1 // indirect + github.com/satori/go.uuid v1.2.0 // indirect + github.com/sirupsen/logrus v1.8.1 // indirect + go.uber.org/atomic v1.11.0 // indirect + golang.org/x/net v0.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/text v0.14.0 // indirect +)