2020-10-20 23:07:21 +02:00
|
|
|
module go.etcd.io/etcd/v3
|
|
|
|
|
|
2025-09-15 10:06:49 -07:00
|
|
|
go 1.25
|
2024-02-07 10:39:12 -05:00
|
|
|
|
2025-09-15 10:06:49 -07:00
|
|
|
toolchain go1.25.1
|
2020-10-20 23:07:21 +02:00
|
|
|
|
|
|
|
|
replace (
|
|
|
|
|
go.etcd.io/etcd/api/v3 => ./api
|
2025-07-07 13:52:42 +00:00
|
|
|
go.etcd.io/etcd/cache/v3 => ./cache
|
2021-04-05 22:31:07 +02:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 => ./client/pkg
|
2020-10-20 23:07:21 +02:00
|
|
|
go.etcd.io/etcd/client/v3 => ./client/v3
|
|
|
|
|
go.etcd.io/etcd/etcdctl/v3 => ./etcdctl
|
2021-05-14 13:50:31 +02:00
|
|
|
go.etcd.io/etcd/etcdutl/v3 => ./etcdutl
|
2020-10-20 23:07:21 +02:00
|
|
|
go.etcd.io/etcd/pkg/v3 => ./pkg
|
|
|
|
|
go.etcd.io/etcd/server/v3 => ./server
|
|
|
|
|
go.etcd.io/etcd/tests/v3 => ./tests
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-07-03 00:16:08 +05:30
|
|
|
github.com/bgentry/speakeasy v0.2.0
|
2025-03-05 00:48:00 +05:30
|
|
|
github.com/cheggaaa/pb/v3 v3.1.7
|
2023-01-24 08:06:21 +08:00
|
|
|
github.com/coreos/go-semver v0.3.1
|
2023-01-17 06:37:19 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2025-09-07 10:45:10 +01:00
|
|
|
github.com/spf13/cobra v1.10.1
|
2025-09-07 10:14:52 +01:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-08-19 20:35:46 +01:00
|
|
|
go.etcd.io/bbolt v1.4.3
|
2022-02-28 13:20:27 +01:00
|
|
|
go.etcd.io/etcd/api/v3 v3.6.0-alpha.0
|
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.6.0-alpha.0
|
|
|
|
|
go.etcd.io/etcd/client/v3 v3.6.0-alpha.0
|
|
|
|
|
go.etcd.io/etcd/etcdctl/v3 v3.6.0-alpha.0
|
|
|
|
|
go.etcd.io/etcd/etcdutl/v3 v3.6.0-alpha.0
|
|
|
|
|
go.etcd.io/etcd/pkg/v3 v3.6.0-alpha.0
|
|
|
|
|
go.etcd.io/etcd/server/v3 v3.6.0-alpha.0
|
2024-08-29 22:07:32 +02:00
|
|
|
go.etcd.io/etcd/tests/v3 v3.0.0-00010101000000-000000000000
|
2025-02-05 18:53:09 +00:00
|
|
|
go.etcd.io/raft/v3 v3.6.0
|
2024-03-22 01:41:57 +13:00
|
|
|
go.uber.org/zap v1.27.0
|
2025-09-09 07:49:41 +02:00
|
|
|
golang.org/x/time v0.13.0
|
2025-08-27 19:31:14 +00:00
|
|
|
google.golang.org/grpc v1.75.0
|
2025-08-27 19:36:44 +00:00
|
|
|
google.golang.org/protobuf v1.36.8
|
2020-10-20 23:07:21 +02:00
|
|
|
)
|
2021-10-26 10:10:30 +02:00
|
|
|
|
|
|
|
|
require (
|
2023-03-07 06:17:01 +08:00
|
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
2021-10-26 10:10:30 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2025-09-07 10:14:52 +01:00
|
|
|
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
2024-07-10 23:14:41 +05:30
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-08-27 19:35:36 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
|
2025-04-25 17:15:53 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-12-12 20:20:28 +05:30
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
2025-07-01 15:30:48 +05:30
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2022-06-17 09:10:20 +02:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2021-10-26 10:10:30 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2025-08-10 10:25:53 +01:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
2025-04-25 17:15:53 -07:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
2024-03-05 17:08:43 -08:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-08-29 21:57:46 +02:00
|
|
|
github.com/google/btree v1.1.3 // indirect
|
2025-03-04 18:00:03 +00:00
|
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
2024-07-18 20:47:04 +05:30
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2025-04-25 17:15:53 -07:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2021-10-26 10:10:30 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
2025-06-28 00:42:08 +05:30
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
|
2025-01-14 16:58:52 -05:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
|
2025-08-27 19:31:14 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
|
2023-04-11 08:51:26 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2025-01-10 17:29:23 +01:00
|
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
2025-01-28 13:58:29 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2024-05-18 12:10:07 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-12-12 20:20:28 +05:30
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
2024-07-03 00:22:46 +05:30
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2025-07-29 11:28:27 +05:30
|
|
|
github.com/olekukonko/errors v1.1.0 // indirect
|
|
|
|
|
github.com/olekukonko/ll v0.0.9 // indirect
|
|
|
|
|
github.com/olekukonko/tablewriter v1.0.9 // indirect
|
2025-04-25 17:15:53 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2025-08-10 10:29:09 +01:00
|
|
|
github.com/prometheus/client_golang v1.23.0 // indirect
|
2025-04-16 18:24:29 +00:00
|
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
2025-06-28 00:39:13 +05:30
|
|
|
github.com/prometheus/common v0.65.0 // indirect
|
2025-08-10 10:29:09 +01:00
|
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
2024-03-12 11:12:07 -07:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-02-17 21:35:48 -08:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2021-10-26 10:10:30 +02:00
|
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
2025-09-07 10:45:10 +01:00
|
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
2021-10-26 10:10:30 +02:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
|
|
|
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
2024-06-19 08:43:46 +02:00
|
|
|
go.etcd.io/gofail v0.2.0 // indirect
|
2024-12-18 20:26:33 +05:30
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-09-07 10:42:11 +01:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
|
2025-09-07 10:14:52 +01:00
|
|
|
go.opentelemetry.io/otel v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.38.0 // indirect
|
2025-08-10 10:27:15 +01:00
|
|
|
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
|
2023-04-04 15:15:32 +08:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-07-08 16:58:24 +05:30
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
2025-09-09 08:00:32 +02:00
|
|
|
golang.org/x/crypto v0.42.0 // indirect
|
2025-08-13 07:46:10 +00:00
|
|
|
golang.org/x/net v0.43.0 // indirect
|
2025-09-09 08:00:32 +02:00
|
|
|
golang.org/x/sys v0.36.0 // indirect
|
2025-09-09 07:56:32 +02:00
|
|
|
golang.org/x/text v0.29.0 // indirect
|
2025-09-07 10:14:52 +01:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
|
2023-02-14 07:47:57 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
2022-06-16 14:50:37 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-08-10 10:31:05 +01:00
|
|
|
sigs.k8s.io/yaml v1.6.0 // indirect
|
2021-10-26 10:10:30 +02:00
|
|
|
)
|