fix import paths for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-01-30 14:39:00 +03:00
parent e1994ce661
commit cc396d7ce7

View File

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