2023-03-07 13:38:26 +00:00
|
|
|
module git.frostfs.info/TrueCloudLab/frostfs-node
|
2020-07-10 14:17:51 +00:00
|
|
|
|
2024-08-20 12:35:45 +00:00
|
|
|
go 1.22
|
2020-07-10 14:17:51 +00:00
|
|
|
|
|
|
|
require (
|
2024-02-03 17:17:12 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.17.1
|
2024-10-07 12:13:44 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 v2.16.1-0.20241007120543-29c522d5d8a3
|
2024-10-11 08:33:36 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-contract v0.20.0
|
2024-06-18 09:38:39 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
2024-07-22 08:12:41 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-locode-db v0.4.1-0.20240710074952-65761deb5c0d
|
2024-09-12 14:40:10 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-observability v0.0.0-20240909114314-666d326cc573
|
2024-10-10 11:57:39 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/frostfs-sdk-go v0.0.0-20241010110344-99c5c5836509
|
2023-06-02 12:36:05 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/hrw v1.2.1
|
2024-10-08 14:25:37 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/multinet v0.0.0-20241015075604-6cb0d80e0972
|
2024-08-12 10:01:57 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/policy-engine v0.0.0-20240814080254-96225afacb88
|
2023-03-07 13:38:26 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/tzhash v1.8.0
|
2024-02-08 14:04:58 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/zapjournald v0.0.0-20240124114243-cb2e66427d02
|
2024-08-19 15:28:53 +00:00
|
|
|
github.com/VictoriaMetrics/easyproto v0.1.4
|
2022-03-09 10:35:52 +00:00
|
|
|
github.com/cheggaaa/pb v1.0.29
|
2022-07-25 14:16:16 +00:00
|
|
|
github.com/chzyer/readline v1.5.1
|
2024-07-18 15:26:11 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
2022-01-20 15:34:53 +00:00
|
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
2024-07-18 15:26:11 +00:00
|
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
2024-03-01 11:43:26 +00:00
|
|
|
github.com/go-pkgz/expirable-cache/v3 v3.0.0
|
2024-01-24 17:09:20 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-10-25 07:33:06 +00:00
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/klauspost/compress v1.17.4
|
2024-08-19 15:28:53 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7
|
2020-08-04 14:46:12 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-06-21 12:20:41 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2024-01-24 17:09:20 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.12.1
|
2024-09-19 11:19:16 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.106.3
|
2022-11-11 07:32:17 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/panjf2000/ants/v2 v2.9.0
|
2024-05-29 08:01:01 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2024-07-11 16:39:54 +00:00
|
|
|
github.com/rivo/tview v0.0.0-20240625185742-b0a7293b8130
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/spf13/cast v1.6.0
|
2024-07-23 06:39:14 +00:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2022-05-18 15:21:54 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2024-07-23 06:39:14 +00:00
|
|
|
github.com/spf13/viper v1.19.0
|
2024-02-08 14:04:58 +00:00
|
|
|
github.com/ssgreg/journald v1.0.0
|
2024-05-29 08:01:01 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-07-23 06:35:41 +00:00
|
|
|
go.etcd.io/bbolt v1.3.10
|
2024-09-12 14:40:10 +00:00
|
|
|
go.opentelemetry.io/otel v1.28.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.28.0
|
2024-05-29 08:01:01 +00:00
|
|
|
go.uber.org/zap v1.27.0
|
2024-07-23 06:39:14 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
|
|
|
|
golang.org/x/sync v0.7.0
|
2024-07-23 06:35:41 +00:00
|
|
|
golang.org/x/sys v0.22.0
|
2024-09-13 08:31:33 +00:00
|
|
|
golang.org/x/term v0.21.0
|
|
|
|
google.golang.org/grpc v1.66.2
|
2024-09-12 14:40:10 +00:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2022-06-24 09:24:36 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2020-07-10 14:17:51 +00:00
|
|
|
)
|
2022-12-30 09:47:18 +00:00
|
|
|
|
2023-06-22 11:55:30 +00:00
|
|
|
require (
|
2024-07-23 06:39:14 +00:00
|
|
|
github.com/sagikazarmark/locafero v0.6.0 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
2023-06-22 11:55:30 +00:00
|
|
|
)
|
|
|
|
|
2022-03-18 10:42:43 +00:00
|
|
|
require (
|
2023-03-07 13:38:26 +00:00
|
|
|
git.frostfs.info/TrueCloudLab/rfc6979 v0.4.0 // indirect
|
2024-10-08 07:02:14 +00:00
|
|
|
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
|
2022-03-18 10:42:43 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-01-24 17:09:20 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.13.0 // indirect
|
2024-09-12 14:40:10 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
2024-08-14 10:47:50 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-06-01 14:21:03 +00:00
|
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
2024-01-24 17:09:20 +00:00
|
|
|
github.com/consensys/gnark-crypto v0.12.2-0.20231222162921-eb75782795d2 // indirect
|
2024-07-23 06:39:14 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2024-02-03 17:17:12 +00:00
|
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
2023-05-19 10:00:27 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2024-07-18 15:26:11 +00:00
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
2024-02-03 17:17:12 +00:00
|
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
2024-09-12 14:40:10 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2023-04-11 08:59:14 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-05-19 10:00:27 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 // indirect
|
2024-09-12 14:40:10 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
2024-02-03 17:17:12 +00:00
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2022-03-18 10:42:43 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/holiman/uint256 v1.2.4 // indirect
|
2023-05-11 11:49:04 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/ipfs/go-cid v0.4.1 // indirect
|
2024-01-29 08:23:56 +00:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
2024-03-28 10:46:19 +00:00
|
|
|
github.com/klauspost/reedsolomon v1.12.1 // indirect
|
2024-07-18 15:26:11 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2023-03-24 09:30:55 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2023-06-29 06:44:11 +00:00
|
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
2022-07-25 14:16:16 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-06-01 14:21:03 +00:00
|
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
2022-12-28 14:03:11 +00:00
|
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
2023-05-11 11:49:04 +00:00
|
|
|
github.com/multiformats/go-multibase v0.2.0 // indirect
|
2023-06-29 06:44:11 +00:00
|
|
|
github.com/multiformats/go-multihash v0.2.3 // indirect
|
2022-12-28 14:03:11 +00:00
|
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
2024-05-29 08:01:01 +00:00
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20240301084351-0246b013f8b2 // indirect
|
2024-09-19 11:19:16 +00:00
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20240727093519-1a48f1ce43ec // indirect
|
2024-05-29 08:01:01 +00:00
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.1 // indirect
|
2024-07-23 06:39:14 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
2024-05-29 08:01:01 +00:00
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2024-07-11 16:39:54 +00:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2022-07-19 11:40:59 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-03-18 10:42:43 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2023-12-01 09:53:09 +00:00
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
|
2023-06-02 12:36:05 +00:00
|
|
|
github.com/twmb/murmur3 v1.1.8 // indirect
|
2023-06-29 06:44:11 +00:00
|
|
|
github.com/urfave/cli v1.22.14 // indirect
|
2024-09-12 14:40:10 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
2023-05-11 11:49:04 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-09-13 08:31:33 +00:00
|
|
|
golang.org/x/crypto v0.24.0 // indirect
|
|
|
|
golang.org/x/net v0.26.0 // indirect
|
2024-07-23 06:39:14 +00:00
|
|
|
golang.org/x/text v0.16.0 // indirect
|
2024-09-12 14:40:10 +00:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
|
2022-12-20 10:48:17 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2023-05-19 10:00:27 +00:00
|
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
2023-06-01 14:21:03 +00:00
|
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
2022-03-18 10:42:43 +00:00
|
|
|
)
|
2024-06-10 08:48:14 +00:00
|
|
|
|
2024-07-25 19:52:48 +00:00
|
|
|
replace github.com/nspcc-dev/neo-go => git.frostfs.info/TrueCloudLab/neoneo-go v0.106.1-0.20240726093631-5481339d6928
|