diff options
author | Valery Piashchynski <[email protected]> | 2020-03-23 17:30:45 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-23 17:30:45 +0300 |
commit | 58cbe1ce302ebf5e61ed6ff766bf1b7b08bf2d0b (patch) | |
tree | b1086e54144a42ee07b53c537168550d30a1cd42 /go.mod | |
parent | 09c62463d6bbc920f86a49acfaf4504ad62d4ad3 (diff) |
Update goridge to 2.3.0 with v2 support
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,8 +18,7 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.6 github.com/spf13/viper v1.6.2 - github.com/spiral/goridge v2.1.4+incompatible - github.com/stretchr/testify v1.5.1 + github.com/spiral/goridge/v2 v2.3.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 |