diff --git a/rcache.go b/rcache.go index 53b1157..09ff3c4 100644 --- a/rcache.go +++ b/rcache.go @@ -7,8 +7,8 @@ import ( "sync" "time" - log "github.com/micro/go-log" "github.com/micro/go-micro/registry" + log "github.com/micro/go-micro/util/log" ) // Cache is the registry cache interface