You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
module github.com/go-kratos/kratos/contrib/registry/etcd/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.6.3
|
|
go.etcd.io/etcd/client/v3 v3.5.8
|
|
google.golang.org/grpc v1.56.1
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.8 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.8 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
golang.org/x/net v0.11.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230629202037-9506855d4529 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../../
|
|
|