update go.mod

This commit is contained in:
Asim Aslam
2019-05-31 12:35:43 +01:00
parent e41a461c8b
commit 0f47569714
4 changed files with 156 additions and 526 deletions

View File

@@ -6,9 +6,9 @@ import (
"path"
"strings"
client "github.com/coreos/etcd/clientv3"
cc "github.com/coreos/etcd/clientv3/concurrency"
"github.com/micro/go-micro/sync/leader"
client "go.etcd.io/etcd/clientv3"
cc "go.etcd.io/etcd/clientv3/concurrency"
)
type etcdLeader struct {