lint: import statement order (#3085)

* lint: import statement order

* lint
This commit is contained in:
mmetc 2024-06-26 12:16:17 +02:00 committed by GitHub
parent d4e6b75517
commit 206211ce53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 151 additions and 154 deletions

View file

@ -6,9 +6,10 @@ import (
"testing"
"github.com/antonmedv/expr"
"github.com/crowdsecurity/crowdsec/pkg/types"
"github.com/davecgh/go-spew/spew"
log "github.com/sirupsen/logrus"
"github.com/crowdsecurity/crowdsec/pkg/types"
)
type ExprDbgTest struct {