forked from TrueCloudLab/frostfs-api-go
8c920d75a6
This commits adds container id and neo 3 wallet id, that is used as owner id for object and container. Version is set out outside of refs packages since it store global version of SDK. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
20 lines
609 B
Modula-2
20 lines
609 B
Modula-2
module github.com/nspcc-dev/neofs-api-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.1
|
|
github.com/mr-tron/base58 v1.1.2
|
|
github.com/nspcc-dev/neo-go v0.90.0
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
|
|
google.golang.org/grpc v1.29.1
|
|
)
|
|
|
|
// Used for debug reasons
|
|
// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto
|