summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-26 16:51:18 +0300
committerValery Piashchynski <[email protected]>2020-02-26 16:51:18 +0300
commita2d1bc08a29a4e95020db2d92ae35e6194b6b179 (patch)
treed8dbf1d8dcac7cc423d5bf5e6bac8b0280a1fa24 /go.mod
parentf9c4839266ff5c9aa289b2db0dae1e157011ffd3 (diff)
Add reuse, defer and fast-accept ports
Slightly update CI, add windows and macOS build targets
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 79a26d32..a3edb246 100644
--- a/go.mod
+++ b/go.mod
@@ -19,6 +19,7 @@ require (
github.com/spf13/viper v1.6.2
github.com/spiral/goridge v2.1.4+incompatible
github.com/stretchr/testify v1.5.1
+ github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
github.com/yookoala/gofast v0.4.0
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
)