Migrate to new repo

This commit is contained in:
Evgeniy Kulikov 2020-03-31 10:05:26 +03:00
parent f133a67696
commit b118f469d2
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
71 changed files with 603 additions and 600 deletions

View file

@ -1,11 +1,11 @@
package object
import (
"github.com/nspcc-dev/neofs-api/hash"
"github.com/nspcc-dev/neofs-api/internal"
"github.com/nspcc-dev/neofs-api/refs"
"github.com/nspcc-dev/neofs-api/service"
"github.com/nspcc-dev/neofs-api/session"
"github.com/nspcc-dev/neofs-api-go/hash"
"github.com/nspcc-dev/neofs-api-go/internal"
"github.com/nspcc-dev/neofs-api-go/refs"
"github.com/nspcc-dev/neofs-api-go/service"
"github.com/nspcc-dev/neofs-api-go/session"
)
type (