Skip to content

Commit 48aa72e

Browse files
committedMar 8, 2024
Format the imports using the gci tool
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
1 parent b6df69c commit 48aa72e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎analyzer.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ import (
3131
"strings"
3232
"sync"
3333

34-
"github.com/securego/gosec/v2/analyzers"
35-
"github.com/securego/gosec/v2/issue"
3634
"golang.org/x/tools/go/analysis"
3735
"golang.org/x/tools/go/analysis/passes/buildssa"
3836
"golang.org/x/tools/go/packages"
37+
38+
"github.com/securego/gosec/v2/analyzers"
39+
"github.com/securego/gosec/v2/issue"
3940
)
4041

4142
// LoadMode controls the amount of details to return when loading the packages

0 commit comments

Comments
 (0)
Please sign in to comment.