Update api-go to fix stable marshal of empty structs #94

Merged
alexvanin merged 1 commit from alexvanin/frostfs-http-gw:fix/stable-marshal into support/v0.28 2023-11-21 14:29:39 +00:00

1 commit

Author SHA1 Message Date
dcf940d5c7 [#94] Update api-go to fix stable marshal of empty structs
All checks were successful
/ Vulncheck (pull_request) Successful in 8m40s
/ DCO (pull_request) Successful in 8m34s
/ Builds (1.20) (pull_request) Successful in 9m52s
/ Builds (1.21) (pull_request) Successful in 9m47s
/ Lint (pull_request) Successful in 3m7s
/ Tests (1.20) (pull_request) Successful in 10m22s
/ Tests (1.21) (pull_request) Successful in 9m0s
Newer version of api-go does not ignore non-nil empty
structures in protobuf messages, so compatibility with
previous version is preserved.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-11-21 16:45:55 +03:00