diff --git a/cache.go b/cache.go index 75fcac3..51c3aac 100644 --- a/cache.go +++ b/cache.go @@ -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