From 42533c31d23dc3d47c876aa294b1ece0b90c9e3a Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 9 Apr 2026 12:18:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20gitignore=20?= =?UTF-8?q?=E5=92=8C=20go.mod=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- go.mod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e83c20..fe1201f 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,5 @@ config.yaml lolly coverage.html html/ -default.pgo \ No newline at end of file +default.pgo +benchmark-*.txt \ No newline at end of file diff --git a/go.mod b/go.mod index a2f5d13..14fb84b 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( github.com/rs/zerolog v1.35.0 github.com/valyala/fasthttp v1.69.0 golang.org/x/crypto v0.49.0 + golang.org/x/net v0.51.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -21,7 +22,6 @@ require ( github.com/quic-go/qpack v0.6.0 // indirect github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - golang.org/x/net v0.51.0 // indirect golang.org/x/sys v0.42.0 // indirect golang.org/x/text v0.35.0 // indirect )