diff options
author | Valery Piashchynski <[email protected]> | 2022-01-12 17:00:25 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-12 17:00:25 +0300 |
commit | 78e51b60e11147d625ef08f1efac923a41bb33b2 (patch) | |
tree | fce7a2fcac9cd389b659c12a2d62f14b089083dd /go.mod | |
parent | a191eac78092dda89dbcd19c7a3a171f6aafb71a (diff) |
update protocol structure, use encoder
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.11+incompatible // spiral github.com/spiral/errors v1.0.12 - github.com/spiral/goridge/v3 v3.2.4 + github.com/spiral/goridge/v3 v3.2.6 // spiral github.com/stretchr/testify v1.7.0 go.uber.org/multierr v1.7.0 |