2021-05-20 20:57:51 +00:00
|
|
|
module github.com/nspcc-dev/neofs-sdk-go
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-05-21 15:12:32 +00:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521073959-f0d4d129b7f1
|
2021-07-20 08:02:14 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-11-08 13:28:28 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-10-26 11:52:26 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2021-10-27 10:00:35 +00:00
|
|
|
github.com/nspcc-dev/hrw v1.0.9
|
2022-07-29 08:01:10 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.99.1
|
2022-08-18 10:10:18 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.13.2-0.20220818094951-98db3fa28419
|
2022-07-22 13:39:02 +00:00
|
|
|
github.com/nspcc-dev/neofs-contract v0.15.3
|
2022-07-06 15:08:11 +00:00
|
|
|
github.com/nspcc-dev/tzhash v1.6.1
|
2021-07-20 08:02:14 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-07-12 18:55:59 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-07-26 12:23:27 +00:00
|
|
|
go.uber.org/zap v1.18.1
|
2021-05-20 20:57:51 +00:00
|
|
|
)
|