diff options
author | Valery Piashchynski <[email protected]> | 2021-10-18 16:09:50 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-18 16:09:50 +0300 |
commit | 6a0394a011e8b799d036a80e72d172162122c9f5 (patch) | |
tree | 086e2e8338e47dd0efae3704812db65e67104e38 /go.mod | |
parent | 7baf8d9732810e97b0c2b43a8bb20c3e06985b8c (diff) |
bump goridge dep
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require ( github.com/shirou/gopsutil v3.21.9+incompatible // spiral github.com/spiral/errors v1.0.12 - github.com/spiral/goridge/v3 v3.2.2 + github.com/spiral/goridge/v3 v3.2.3 // spiral github.com/stretchr/testify v1.7.0 github.com/valyala/tcplisten v1.0.0 |