aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Andy Pan <panjf2000@gmail.com> 2020-06-04 22:51:39 +0800
committerGravatar GitHub <noreply@github.com> 2020-06-04 16:51:39 +0200
commit33b3cb259ef45395d394f2ad8d25872a0205489f (patch)
tree64498541ad38f59681596a61a5714d0ddd6881f5 /go.mod
parentUpdate TechEmpower benchmark from 18 to 19 round (#821) (diff)
downloadfasthttp-33b3cb259ef45395d394f2ad8d25872a0205489f.tar.gz
fasthttp-33b3cb259ef45395d394f2ad8d25872a0205489f.tar.bz2
fasthttp-33b3cb259ef45395d394f2ad8d25872a0205489f.zip
Support Windows SO_REUSEADDR (#822)
* Support Windows SO_REUSEADDR * Update the comment * Renew comment of the Listen method on Windows
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 8ebfed6..500d5d6 100644
--- a/go.mod
+++ b/go.mod
@@ -8,4 +8,5 @@ require (
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
+ golang.org/x/sys v0.0.0-20200602100848-8d3cce7afc34
)