diff options
author | Valery Piashchynski <[email protected]> | 2020-05-19 17:44:00 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-19 17:44:00 +0300 |
commit | defc3bcbc3bd83eae55ad6cebbde0f2638c81640 (patch) | |
tree | 3baa82a3300778a71a8dea8d7f2c135ee20a99ac /go.mod | |
parent | 53e6bc194c585845a8dd5fe8add1d3f0d9207df1 (diff) |
go.mod update goridge
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,10 +19,9 @@ 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.3.0 + github.com/spiral/goridge/v2 v2.4.2 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 - golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect ) |