2023-03-07 11:20:03 +00:00
|
|
|
module git.frostfs.info/TrueCloudLab/frostfs-sdk-go
|
2021-05-20 20:57:51 +00:00
|
|
|
|
2023-08-09 06:51:29 +00:00
|
|
|
go 1.20
|
2021-05-20 20:57:51 +00:00
|
|
|
|
|
|
|
require (
|
2024-04-27 20:06:15 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 v2.16.1-0.20240427200446-67c6f305b21f
|
2023-03-07 11:20:03 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-contract v0.0.0-20230307110621-19a8ef2d02fb
|
2023-06-06 06:29:23 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
2023-06-02 11:51:51 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/hrw v1.2.1
|
2023-03-07 11:20:03 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/tzhash v1.8.0
|
2023-06-01 07:26:07 +00:00
|
|
|
github.com/antlr4-go/antlr/v4 v4.13.0
|
2022-10-17 12:59:02 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-05-19 08:49:13 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.2
|
2024-02-28 11:51:48 +00:00
|
|
|
github.com/klauspost/reedsolomon v1.12.1
|
2021-10-26 11:52:26 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2023-07-07 11:24:34 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.101.2-0.20230601131642-a0117042e8fc
|
2023-05-19 08:49:13 +00:00
|
|
|
github.com/stretchr/testify v1.8.3
|
2022-12-28 18:52:17 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
2023-06-01 06:44:46 +00:00
|
|
|
google.golang.org/grpc v1.55.0
|
2024-03-06 10:20:50 +00:00
|
|
|
google.golang.org/protobuf v1.33.0
|
2024-02-15 12:03:22 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-05-20 20:57:51 +00:00
|
|
|
)
|
2022-08-31 13:23:00 +00:00
|
|
|
|
|
|
|
require (
|
2023-03-07 11:20:03 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
2023-06-06 06:29:23 +00:00
|
|
|
github.com/benbjohnson/clock v1.1.0 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-19 08:49:13 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2022-12-30 10:44:07 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.6.0 // indirect
|
2024-02-28 11:51:48 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20220111165707-25110be27d22 // indirect
|
2023-07-07 11:56:01 +00:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20230615193820-9185820289ce // 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
|
2024-05-02 14:13:08 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
2023-06-02 11:51:51 +00:00
|
|
|
github.com/twmb/murmur3 v1.1.8 // indirect
|
2023-07-07 11:24:34 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2023-05-24 09:50:13 +00:00
|
|
|
go.uber.org/goleak v1.2.1 // indirect
|
2023-05-19 08:49:13 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
golang.org/x/crypto v0.9.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
|
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
|
|
golang.org/x/text v0.9.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
2022-08-31 13:23:00 +00:00
|
|
|
)
|