aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2024-03-06 11:13:45 +0100
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2024-03-06 11:13:58 +0100
commit222c0bf01b0df3d87257810f974a3767d504547d (patch)
treedca2cdcfddbc6b56124beeeafe7c5ea82567a206 /go.mod
parentEnable perfsprint linter; fix up lint issues (#1727) (diff)
downloadfasthttp-222c0bf01b0df3d87257810f974a3767d504547d.tar.gz
fasthttp-222c0bf01b0df3d87257810f974a3767d504547d.tar.bz2
fasthttp-222c0bf01b0df3d87257810f974a3767d504547d.zip
Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 91043e5..f39397e 100644
--- a/go.mod
+++ b/go.mod
@@ -4,12 +4,12 @@ go 1.20
require (
github.com/andybalholm/brotli v1.1.0
- github.com/klauspost/compress v1.17.6
+ github.com/klauspost/compress v1.17.7
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v1.0.0
- golang.org/x/crypto v0.20.0
- golang.org/x/net v0.21.0
- golang.org/x/sys v0.17.0
+ golang.org/x/crypto v0.21.0
+ golang.org/x/net v0.22.0
+ golang.org/x/sys v0.18.0
)
require golang.org/x/text v0.14.0 // indirect