remove filter redeclared as imported package name in base.go

It's introduced by https://github.com/goharbor/harbor/pull/8976

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan 2019-09-17 16:36:45 +08:00
parent f77ce4aa3a
commit 5498b5719b

View File

@ -25,8 +25,6 @@ import (
"strconv"
"strings"
"github.com/goharbor/harbor/src/core/filter"
"github.com/astaxie/beego"
"github.com/beego/i18n"
"github.com/goharbor/harbor/src/common"