aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2023-10-12 19:50:52 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2023-10-12 19:50:52 +0200
commit24acb80b92d908e64e60cd2d164c3dc6939ced78 (patch)
treee2426dbefc94153f91b130783958b0882e5f28b1 /go.mod
parentDon't put hijackConn structure back to the pool on Close if KeepHijackedConns... (diff)
downloadfasthttp-24acb80b92d908e64e60cd2d164c3dc6939ced78.tar.gz
fasthttp-24acb80b92d908e64e60cd2d164c3dc6939ced78.tar.bz2
fasthttp-24acb80b92d908e64e60cd2d164c3dc6939ced78.zip
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index fea0451..6e50ebb 100644
--- a/go.mod
+++ b/go.mod
@@ -4,12 +4,12 @@ go 1.20
require (
github.com/andybalholm/brotli v1.0.5
- github.com/klauspost/compress v1.16.3
+ github.com/klauspost/compress v1.17.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v1.0.0
- golang.org/x/crypto v0.7.0
- golang.org/x/net v0.8.0
- golang.org/x/sys v0.6.0
+ golang.org/x/crypto v0.14.0
+ golang.org/x/net v0.17.0
+ golang.org/x/sys v0.13.0
)
-require golang.org/x/text v0.8.0 // indirect
+require golang.org/x/text v0.13.0 // indirect