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.
 
 
 
 
kratos/contrib/config/etcd/go.mod

13 lines
321 B

module github.com/go-kratos/kratos/contrib/config/etcd/v2
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-kratos/kratos/v2 v2.1.0
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/v3 v3.5.0
google.golang.org/grpc v1.40.0
)
replace github.com/go-kratos/kratos/v2 => ../../../