fix: lint
This commit is contained in:
parent
42c2d0884b
commit
7c42fb5d75
@ -18,7 +18,6 @@ package models
|
||||
|
||||
import (
|
||||
"errors"
|
||||
clone "github.com/huandu/go-clone/generic"
|
||||
"math"
|
||||
"regexp"
|
||||
"sort"
|
||||
@ -26,8 +25,6 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/typesense/typesense-go/typesense"
|
||||
|
||||
"code.vikunja.io/api/pkg/config"
|
||||
"code.vikunja.io/api/pkg/events"
|
||||
"code.vikunja.io/api/pkg/log"
|
||||
@ -37,7 +34,9 @@ import (
|
||||
|
||||
"dario.cat/mergo"
|
||||
"github.com/google/uuid"
|
||||
clone "github.com/huandu/go-clone/generic"
|
||||
"github.com/jinzhu/copier"
|
||||
"github.com/typesense/typesense-go/typesense"
|
||||
"xorm.io/builder"
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user