From 95f8034c4ae22a73b12b320a9f24da64a767f1d7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 27 五月 2020 14:38:40 +0800 Subject: [PATCH] update package --- auth/auth.go | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/auth.go b/auth/auth.go index 37add39..4d965ff 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -6,9 +6,9 @@ "github.com/gomodule/redigo/redis" "net/http" "strings" - "video-analysis-shop/api/code" - "video-analysis-shop/api/util" - "video-analysis-shop/cache" + "shop-common/code" + "shop-common/util" + "shop-common/cache" ) const ( -- Gitblit v1.8.0