v3 refactor (#1868)

* Move to v3

Co-authored-by: Ben Toogood <bentoogood@gmail.com>
This commit is contained in:
Asim Aslam
2020-07-27 13:22:00 +01:00
committed by Vasiliy Tolstov
parent a384632c93
commit 046db9e178
9 changed files with 23 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import (
"io"
"sync"
"github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v3/client"
"google.golang.org/grpc"
)