| module go.etcd.io/etcd/server/v3 |
| |
| go 1.16 |
| |
| require ( |
| github.com/coreos/go-semver v0.3.0 |
| github.com/coreos/go-systemd/v22 v22.3.2 |
| github.com/dustin/go-humanize v1.0.0 |
| github.com/gogo/protobuf v1.3.2 |
| github.com/golang-jwt/jwt v3.2.2+incompatible |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
| github.com/golang/protobuf v1.5.2 |
| github.com/google/btree v1.0.1 |
| github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
| github.com/grpc-ecosystem/grpc-gateway v1.16.0 |
| github.com/jonboulle/clockwork v0.2.2 |
| github.com/kr/text v0.2.0 // indirect |
| github.com/prometheus/client_golang v1.11.0 |
| github.com/prometheus/client_model v0.2.0 |
| github.com/sirupsen/logrus v1.8.1 // indirect |
| github.com/soheilhy/cmux v0.1.5 |
| github.com/spf13/cobra v1.1.3 |
| github.com/stretchr/testify v1.7.0 |
| github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 |
| github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 |
| go.etcd.io/bbolt v1.3.6 |
| go.etcd.io/etcd/api/v3 v3.5.0 |
| go.etcd.io/etcd/client/pkg/v3 v3.5.0 |
| go.etcd.io/etcd/client/v2 v2.305.0 |
| go.etcd.io/etcd/client/v3 v3.5.0 |
| go.etcd.io/etcd/pkg/v3 v3.5.0 |
| go.etcd.io/etcd/raft/v3 v3.5.0 |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 |
| go.opentelemetry.io/otel v0.20.0 |
| go.opentelemetry.io/otel/exporters/otlp v0.20.0 |
| go.opentelemetry.io/otel/sdk v0.20.0 |
| go.uber.org/multierr v1.7.0 |
| go.uber.org/zap v1.17.0 |
| golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a |
| golang.org/x/net v0.0.0-20210525063256-abc453219eb5 |
| golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba |
| google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c |
| google.golang.org/grpc v1.38.0 |
| google.golang.org/protobuf v1.26.0 |
| gopkg.in/natefinch/lumberjack.v2 v2.0.0 |
| sigs.k8s.io/yaml v1.2.0 |
| ) |
| |
| replace ( |
| go.etcd.io/etcd/api/v3 => ../api |
| go.etcd.io/etcd/client/pkg/v3 => ../client/pkg |
| go.etcd.io/etcd/client/v2 => ../client/v2 |
| go.etcd.io/etcd/client/v3 => ../client/v3 |
| go.etcd.io/etcd/pkg/v3 => ../pkg |
| go.etcd.io/etcd/raft/v3 => ../raft |
| ) |
| |
| // Bad imports are sometimes causing attempts to pull that code. |
| // This makes the error more explicit. |
| replace go.etcd.io/etcd => ./FORBIDDEN_DEPENDENCY |
| |
| replace go.etcd.io/tests/v3 => ./FORBIDDEN_DEPENDENCY |