mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Config
kubernetes
go get -u github.com/go-kratos/kratos/contrib/config/kubernetes/v2
apollo
go get -u github.com/go-kratos/kratos/contrib/config/apollo/v2
etcd
go get -u github.com/go-kratos/kratos/contrib/config/etcd/v2
nacos
go get -u github.com/go-kratos/kratos/contrib/config/nacos/v2