refactoring + moved to neofs-api-go

This commit is contained in:
Evgeniy Kulikov 2020-03-31 11:37:10 +03:00
parent 6abd79aa44
commit 164b0870de
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
9 changed files with 252 additions and 126 deletions

View file

@ -11,7 +11,7 @@ import (
"strings"
"time"
"github.com/nspcc-dev/neofs-api/refs"
"github.com/nspcc-dev/neofs-api-go/refs"
crypto "github.com/nspcc-dev/neofs-crypto"
"github.com/spf13/pflag"
"github.com/spf13/viper"