* Introduce `rpcSearchDialer` and pass it to raw `SearchObjects` call.
The dialer helps to check a cached gRPC connection. If it's invalidated
in fact, then the call get failed immediatly and the call doesn't need to
wait for context cancellation.
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
* Update version within go.mod;
* Fix deprecated frostfs-api-go/v2 package and use frostfs-sdk-go/api
instead.
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>