2021-05-20 23:57:51 +03:00
|
|
|
module github.com/nspcc-dev/neofs-sdk-go
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-05-21 18:12:32 +03:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521073959-f0d4d129b7f1
|
2021-07-20 11:02:14 +03:00
|
|
|
github.com/golang/mock v1.6.0
|
|
|
|
github.com/google/uuid v1.2.0
|
2021-11-08 16:28:28 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-10-26 14:52:26 +03:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2021-10-27 13:00:35 +03:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2021-11-16 21:15:56 +03:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.11.0-pre.0.20211118144033-580f6c5554ff
|
2021-11-08 16:28:28 +03:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.3.0
|
2021-11-22 15:38:15 +03:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0
|
2021-07-20 11:02:14 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-26 15:23:27 +03:00
|
|
|
go.uber.org/zap v1.18.1
|
2021-11-22 15:38:15 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-10-27 13:00:32 +03:00
|
|
|
google.golang.org/grpc v1.41.0
|
2021-05-20 23:57:51 +03:00
|
|
|
)
|