diff options
author | Valery Piashchynski <[email protected]> | 2020-02-26 16:51:18 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-26 16:51:18 +0300 |
commit | a2d1bc08a29a4e95020db2d92ae35e6194b6b179 (patch) | |
tree | d8dbf1d8dcac7cc423d5bf5e6bac8b0280a1fa24 /go.mod | |
parent | f9c4839266ff5c9aa289b2db0dae1e157011ffd3 (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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |