Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stringbean committed Jun 18, 2024
1 parent e0d9c16 commit 11e1e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/fanal/analyzer/language/java/sbt/lockfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package sbt

import (
"context"
"golang.org/x/xerrors"
"io"
"io/fs"
"os"
"path/filepath"

"golang.org/x/xerrors"

"github.com/aquasecurity/trivy/pkg/dependency/parser/sbt/lockfile"
"github.com/aquasecurity/trivy/pkg/fanal/analyzer"
"github.com/aquasecurity/trivy/pkg/fanal/analyzer/language"
Expand Down

0 comments on commit 11e1e6d

Please sign in to comment.