1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-30 22:33:49 +02:00

update pulgin registry mod version (#2121)

* update etcd version

* update mod version

* update
This commit is contained in:
Jerry
2021-02-08 16:56:39 +08:00
committed by GitHub
parent 55b477ba07
commit 2653e7a977
28 changed files with 129 additions and 1330 deletions

View File

@ -6,7 +6,7 @@ import (
"strings"
"github.com/asim/go-micro/v3/registry"
"github.com/samuel/go-zookeeper/zk"
"github.com/go-zookeeper/zk"
)
func encode(s *registry.Service) ([]byte, error) {