Rename package name

Due to source code relocation from GitHub.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-03-07 18:02:40 +03:00
parent ba464ddfa3
commit d2d88ba21b
48 changed files with 211 additions and 177 deletions

View file

@ -6,7 +6,7 @@ import (
"testing"
"time"
objectv2 "github.com/TrueCloudLab/frostfs-api-go/v2/object"
objectv2 "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/object"
"github.com/stretchr/testify/require"
)