[#2092] go.mod: Update SDK

Includes a fix that adds error messages' text, it affects incomplete object
put error message.

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
pull/5/head
Pavel Karpy 2022-12-12 15:24:09 +03:00 committed by Anton Nikiforov
parent b413094704
commit 73ef5b18c7
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Changelog for NeoFS Node
- Tree service panic on `TreeMove` operation (#2140)
- Panic in `GETRANGE` with zero length (#2095)
- Spawning useless `GETRANGE` with zero length for a big object (#2101)
- Incomplete object put errors do contain the deepest error's message (#2092)
### Removed
- `-g` option from `neofs-cli control ...` and `neofs-cli container create` commands (#2089)