2022-12-13 14:36:35 +00:00
|
|
|
module github.com/TrueCloudLab/frostfs-sdk-go
|
2021-05-20 20:57:51 +00:00
|
|
|
|
2022-08-31 13:23:00 +00:00
|
|
|
go 1.17
|
2021-05-20 20:57:51 +00:00
|
|
|
|
|
|
|
require (
|
2022-12-13 14:36:35 +00:00
|
|
|
github.com/TrueCloudLab/frostfs-api-go/v2 v2.0.0-20221212144048-1351b6656d68
|
|
|
|
github.com/TrueCloudLab/frostfs-contract v0.0.0-20221213081248-6c805c1b4e42
|
|
|
|
github.com/TrueCloudLab/hrw v1.1.0
|
|
|
|
github.com/TrueCloudLab/tzhash v1.7.0
|
2022-12-27 14:34:30 +00:00
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20221202181307-76fa05c21b12
|
2022-10-17 12:59:02 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-12-28 19:39:36 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.6.0
|
2021-10-26 11:52:26 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2022-12-28 18:52:17 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.100.1
|
2022-12-28 19:39:36 +00:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-10-17 12:59:02 +00:00
|
|
|
go.uber.org/atomic v1.10.0
|
2022-12-28 18:52:17 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
2021-05-20 20:57:51 +00:00
|
|
|
)
|
2022-08-31 13:23:00 +00:00
|
|
|
|
|
|
|
require (
|
2022-12-13 14:36:35 +00:00
|
|
|
github.com/TrueCloudLab/frostfs-crypto v0.5.0 // indirect
|
|
|
|
github.com/TrueCloudLab/rfc6979 v0.3.0 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-12-28 18:52:17 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
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-12-28 18:52:17 +00:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20221202075445-cb5c18dc73eb // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
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
|
2022-12-28 19:39:36 +00:00
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
2022-12-27 14:34:30 +00:00
|
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20221227203929-1b447090c38c // indirect
|
|
|
|
golang.org/x/net v0.3.0 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
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
|
|
|
|
)
|