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 0e55a08e22
commit 230acce007

View File

@ -7,9 +7,9 @@ import (
"sync" "sync"
"time" "time"
"github.com/micro/go-micro/v2/logger" "github.com/micro/go-micro/v3/logger"
"github.com/micro/go-micro/v2/registry" "github.com/micro/go-micro/v3/registry"
util "github.com/micro/go-micro/v2/util/registry" util "github.com/micro/go-micro/v3/util/registry"
) )
// Cache is the registry cache interface // Cache is the registry cache interface