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 )