Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 17, 2024
1 parent 0d13108 commit a2ebc32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/licensing/expression/category.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package expression

import (
_ "embed"
"encoding/json"
"strings"
"sync"

"github.com/aquasecurity/trivy/pkg/log"
"github.com/samber/lo"

"github.com/aquasecurity/trivy/pkg/log"

_ "embed"
)

// Canonical names of the licenses.
Expand Down

0 comments on commit a2ebc32

Please sign in to comment.