From d888511f60e23c26187a925332e96ea53577e208 Mon Sep 17 00:00:00 2001 From: ffdfgdfg Date: Sun, 1 Dec 2019 22:37:48 +0800 Subject: [PATCH] Update index.go go mod --- web/controllers/index.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/controllers/index.go b/web/controllers/index.go index ff7370a..5b60495 100755 --- a/web/controllers/index.go +++ b/web/controllers/index.go @@ -4,7 +4,8 @@ import ( "github.com/cnlh/nps/lib/file" "github.com/cnlh/nps/server" "github.com/cnlh/nps/server/tool" - "github.com/cnlh/nps/vender/github.com/astaxie/beego" + + "github.com/astaxie/beego" ) type IndexController struct {