diff options
author | Valery Piashchynski <[email protected]> | 2020-03-23 17:33:03 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-23 17:33:03 +0300 |
commit | fd75d6c2289ca06a3e42b324f2d03ae88c306408 (patch) | |
tree | b1086e54144a42ee07b53c537168550d30a1cd42 | |
parent | 67611a7dc317eaf5e9382438385d947ef0725d62 (diff) | |
parent | 58cbe1ce302ebf5e61ed6ff766bf1b7b08bf2d0b (diff) |
Merge pull request #288 from spiral/rr_1.7.0
Update goridge to 2.3.0 with v2 support
-rw-r--r-- | go.mod | 3 | ||||
-rw-r--r-- | go.sum | 1 |
2 files changed, 2 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 @@ -221,6 +221,7 @@ github.com/spf13/viper v1.6.2/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfD github.com/spiral/goridge v2.1.3+incompatible/go.mod h1:prfLTN9qOpQxO6dtfCMJZ+uguUdCxb/ntS8ML/s5U2U= github.com/spiral/goridge v2.1.4+incompatible h1:L15TKrbPEp/G6JfS3jjuvY6whkhfD292XX+1iy9mO2k= github.com/spiral/goridge v2.1.4+incompatible/go.mod h1:prfLTN9qOpQxO6dtfCMJZ+uguUdCxb/ntS8ML/s5U2U= +github.com/spiral/goridge/v2 v2.3.0/go.mod h1:NxcCipXONzZ6smmLUl9SsnT/YJjIjDphIfbzRJICLd8= github.com/spiral/jobs v1.1.4 h1:vyLYlZPrCLLBlcuIP/wxGOSw+PqQzz5VwHeHRbXId5I= github.com/spiral/jobs v1.1.4/go.mod h1:uBmVraLkPztuIzcneADDaqtKq/UEOXEvC/PAlBt5ltA= github.com/spiral/jobs/v2 v2.1.2 h1:uvMWVTuvMikuhFczSGMwzyEMoAqxJEJbiEM8AzIeEC4= |