2020-03-31 10:05:26 +03:00
|
|
|
module github.com/nspcc-dev/neofs-api-go
|
2019-11-18 16:34:06 +03:00
|
|
|
|
2020-03-31 10:05:26 +03:00
|
|
|
go 1.14
|
2019-11-18 16:34:06 +03:00
|
|
|
|
|
|
|
require (
|
2020-10-19 21:51:59 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-08-25 14:44:21 +03:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/mr-tron/base58 v1.1.2
|
2020-09-05 13:37:47 +03:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2021-05-18 10:18:27 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.95.0
|
2020-03-02 13:59:31 +03:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2020-08-12 15:18:00 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-05-26 13:06:43 +03:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-10-19 21:51:59 +03:00
|
|
|
google.golang.org/protobuf v1.23.0
|
2019-11-18 16:34:06 +03:00
|
|
|
)
|
2019-12-20 10:13:16 +03:00
|
|
|
|
|
|
|
// Used for debug reasons
|
|
|
|
// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto
|