diff --git a/core/controllers/utils.go b/core/controllers/utils.go index aa2a600a..960542d1 100644 --- a/core/controllers/utils.go +++ b/core/controllers/utils.go @@ -2,7 +2,6 @@ package controllers import ( "encoding/json" - "github.com/juju/errors" "net/http" "reflect" "strings" @@ -14,6 +13,7 @@ import ( "github.com/crawlab-team/crawlab/core/utils" "github.com/crawlab-team/crawlab/trace" "github.com/gin-gonic/gin" + "github.com/juju/errors" "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/bson/primitive" )