2021-05-20 20:57:51 +00:00
|
|
|
module github.com/nspcc-dev/neofs-sdk-go
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/participle v0.7.1
|
2021-06-03 14:40:58 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go v1.27.0
|
2021-05-20 20:57:51 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-05-25 11:35:50 +00:00
|
|
|
go.uber.org/zap v1.10.0
|
|
|
|
google.golang.org/grpc v1.29.1
|
2021-05-20 20:57:51 +00:00
|
|
|
)
|