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 14:20:03 +03:00
parent 5e759bf089
commit 94476f9055
173 changed files with 624 additions and 626 deletions

View file

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