From ef19477405587381c1bbc1cef85492eb42d2d4fe Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 14 十一月 2019 17:23:09 +0800 Subject: [PATCH] --- --- cache/cache.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cache/cache.go b/cache/cache.go index aeceb67..ffb0912 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -5,11 +5,11 @@ "basic.com/pubsub/cache.git/shardmap" "basic.com/pubsub/protomsg.git" "basic.com/valib/gopherdiscovery.git" + "basic.com/valib/logger.git" "errors" "fmt" "github.com/gogo/protobuf/proto" "github.com/satori/go.uuid" - "ruleprocess/logger" "strconv" ) const ( -- Gitblit v1.8.0