diff options
author | Valery Piashchynski <[email protected]> | 2022-01-12 17:16:33 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-12 17:16:33 +0300 |
commit | 7627cb3ba0fd42592ed36bdf4de5c5af1ffa9f18 (patch) | |
tree | 62ce8ef32f63876187b773faf32b2b325458b104 /go.mod | |
parent | a191eac78092dda89dbcd19c7a3a171f6aafb71a (diff) | |
parent | a3077cf70c061234960b0f6b8a8c8e99ac2254b7 (diff) |
[#890]: feat(protocol): add codec type to the protocol structurev2.7.0
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 |