From dc3aaab9f54ae64ae068717bda2a3c82b044e483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=93=E8=BE=89?= Date: Fri, 30 Aug 2019 15:03:29 +0800 Subject: [PATCH] fix queue import path (#155) --- shard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.go b/shard.go index a31094ff..1684df85 100644 --- a/shard.go +++ b/shard.go @@ -5,7 +5,7 @@ import ( "sync" "sync/atomic" - "github.com/allegro/bigcache/queue" + "github.com/allegro/bigcache/v2/queue" ) type onRemoveCallback func(wrappedEntry []byte, reason RemoveReason)