From 0fa4ce20e5ac55084f476b8ca8a09de3d911d8a7 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 31 May 2019 00:38:05 +0100 Subject: [PATCH] Change go-log links --- rcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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