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

---
 service/EnableStatusControlService.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/EnableStatusControlService.go b/service/EnableStatusControlService.go
index 0c760b7..301859a 100644
--- a/service/EnableStatusControlService.go
+++ b/service/EnableStatusControlService.go
@@ -9,7 +9,7 @@
 	"time"
 	"webserver/extend/config"
 	"webserver/extend/esutil"
-	"webserver/extend/logger"
+	"basic.com/valib/logger.git"
 )
 
 func GetVerificationData() []map[string]interface{} {

--
Gitblit v1.8.0