diff options
author | Valery Piashchynski <[email protected]> | 2020-05-25 09:14:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-25 09:14:02 +0300 |
commit | af2b44192819d88b5beb0a1ca73646475eb25b5a (patch) | |
tree | 7f80152f4ae941ee260c042686bda89606a4ad62 | |
parent | ed40a2ca731ab183f74d3b7ded395a036db94a20 (diff) |
update goridge dependencyv1.8.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 460cdd0f..1516e058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ CHANGELOG v1.8.1 (23.05.2020) ------------------- -- Update goridge version to 2.4.3 +- Update goridge version to 2.4.4 - Fix code warnings from phpstan - Improve RPC - Create templates for the Bug reporting and Feature requests @@ -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.3 + github.com/spiral/goridge/v2 v2.4.4 github.com/stretchr/testify v1.4.0 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.4.0 @@ -184,8 +184,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/spf13/viper v1.6.2 h1:7aKfF+e8/k68gda3LOjo5RxiUqddoFxVq4BKBPrxk5E= github.com/spf13/viper v1.6.2/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfDi5k= -github.com/spiral/goridge/v2 v2.4.2 h1:/WluKIwbnuVZkRXJupTiLPuQAsOj10WKXvDq2fDrQs0= -github.com/spiral/goridge/v2 v2.4.2/go.mod h1:C/EZKFPON9lypi8QO7I5ObgVmrIzTmhZqFz/tmypcGc= +github.com/spiral/goridge/v2 v2.4.4 h1:9wV6YtvwIj8mbCLadJ1g4/Zh3YQ29alvxL5cuPWY90I= +github.com/spiral/goridge/v2 v2.4.4/go.mod h1:C/EZKFPON9lypi8QO7I5ObgVmrIzTmhZqFz/tmypcGc= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= |