mirror of
https://github.com/securego/gosec.git
synced 2025-11-29 22:37:59 +02:00
chore(lint): enable errorlint and gci (#698)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
package gosec_test
|
||||
|
||||
import (
|
||||
"github.com/securego/gosec/v2"
|
||||
"github.com/securego/gosec/v2/testutils"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/securego/gosec/v2"
|
||||
"github.com/securego/gosec/v2/testutils"
|
||||
)
|
||||
|
||||
var _ = Describe("Import Tracker", func() {
|
||||
|
||||
Reference in New Issue
Block a user