update go.mod
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user