2021-05-20 20:57:51 +00:00
|
|
|
module github.com/nspcc-dev/neofs-sdk-go
|
|
|
|
|
2022-08-31 13:23:00 +00:00
|
|
|
go 1.17
|
2021-05-20 20:57:51 +00:00
|
|
|
|
|
|
|
require (
|
2022-09-10 10:36:04 +00:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
|
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-10-17 12:56:34 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.99.4
|
2022-10-17 18:30:04 +00:00
|
|
|
github.com/nspcc-dev/neofs-api-go/v2 v2.14.0
|
2022-10-17 12:57:20 +00:00
|
|
|
github.com/nspcc-dev/neofs-contract v0.16.0
|
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
|
|
|
)
|
2022-08-31 13:23:00 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd v0.22.0-beta // indirect
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20220111165707-25110be27d22 // indirect
|
2022-10-17 12:56:34 +00:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220927123257-24c107e3a262 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
github.com/nspcc-dev/neofs-crypto v0.4.0 // indirect
|
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
|
2022-09-15 05:35:27 +00:00
|
|
|
google.golang.org/grpc v1.48.0 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|