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

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