From 9fc8b8adf2f2856a545682e185512aa0e45ac06c Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 05 九月 2019 14:57:07 +0800 Subject: [PATCH] add go.mod go.sum --- middlewares/auth/auth.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/middlewares/auth/auth.go b/middlewares/auth/auth.go index 8a23438..4c7c75d 100644 --- a/middlewares/auth/auth.go +++ b/middlewares/auth/auth.go @@ -5,7 +5,7 @@ "net/http" "strings" "webserver/extend/config" - "webserver/extend/logger" + "basic.com/valib/logger.git" ) const ( -- Gitblit v1.8.0