aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2020-04-20 18:21:36 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2020-04-20 18:21:58 +0200
commit96a8ad6e00a32a06a69aaf1cb18be1aa3f68b587 (patch)
treeb3d285c5d8e10f1c0e7553b751f4ed77f29e08df /go.mod
parentoss-security got new email (diff)
downloadfasthttp-96a8ad6e00a32a06a69aaf1cb18be1aa3f68b587.tar.gz
fasthttp-96a8ad6e00a32a06a69aaf1cb18be1aa3f68b587.tar.bz2
fasthttp-96a8ad6e00a32a06a69aaf1cb18be1aa3f68b587.zip
Upgrade dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3e1c929..ba38c27 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,8 @@ module github.com/valyala/fasthttp
go 1.11
require (
- github.com/klauspost/compress v1.8.2
- github.com/klauspost/cpuid v1.2.1 // indirect
+ github.com/klauspost/compress v1.10.4
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
- golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
+ golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)