diff options
author | Valery Piashchynski <[email protected]> | 2020-03-23 17:39:27 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-23 17:39:27 +0300 |
commit | 7b2e5d9ffcffd539cbff431855b775f1f8901f73 (patch) | |
tree | d4bf1098130cbfe9f7c074830c7ed958e8da996e /go.mod | |
parent | fd75d6c2289ca06a3e42b324f2d03ae88c306408 (diff) | |
parent | c29174509f8119b29fb2d0a2c930184cde857ab8 (diff) |
Merge pull request #289 from spiral/rr_1.7.0v1.7.0
Update to v2
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/cobra v0.0.6 github.com/spf13/viper v1.6.2 github.com/spiral/goridge/v2 v2.3.0 + github.com/stretchr/testify v1.4.0 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 |