aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-09-07 10:20:54 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-09-07 10:20:54 +0200
commit7e6a4c887b2c1d118fc8aa2fc2f40abd97fc5482 (patch)
tree347bce74c0e9d720550dd900a956945480866115 /go.mod
parentReuse the socks5 dialer (diff)
downloadfasthttp-7e6a4c887b2c1d118fc8aa2fc2f40abd97fc5482.tar.gz
fasthttp-7e6a4c887b2c1d118fc8aa2fc2f40abd97fc5482.tar.bz2
fasthttp-7e6a4c887b2c1d118fc8aa2fc2f40abd97fc5482.zip
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8434ca1..80e7783 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
module github.com/valyala/fasthttp
require (
- github.com/klauspost/compress v1.4.0
- github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect
+ github.com/klauspost/compress v1.8.2
+ github.com/klauspost/cpuid v1.2.1 // indirect
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
- golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
+ golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
)