1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00
This commit is contained in:
Asim Aslam 2019-10-11 14:44:34 +01:00
parent a96f6adf07
commit cfa2b668e2

View File

@ -5,8 +5,8 @@ import (
"context"
"log"
"github.com/coreos/etcd/mvcc/mvccpb"
client "github.com/coreos/etcd/clientv3"
"github.com/coreos/etcd/mvcc/mvccpb"
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/store"
)