diff options
author | Valery Piashchynski <[email protected]> | 2020-05-25 09:07:19 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-25 09:07:19 +0300 |
commit | ed40a2ca731ab183f74d3b7ded395a036db94a20 (patch) | |
tree | ac90000e09aa8c82460d63a6ffcce3c4f1aa78b1 /go.mod | |
parent | 6a111d01d9ec2f43b2fd0173532a0db101137648 (diff) | |
parent | c1f27bc3e0eb94c394ca4c3dd4e5aeebc879d92f (diff) |
Merge pull request #330 from spiral/release_1.8.1
Release 1.8.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,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 v2.4.2 + github.com/spiral/goridge/v2 v2.4.3 github.com/stretchr/testify v1.4.0 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.4.0 |