Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Dec 11, 2023
1 parent 73324a1 commit 4b54685
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/fanal/analyzer/language/julia/pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (

julia "github.com/aquasecurity/go-dep-parser/pkg/julia/manifest"
godeptypes "github.com/aquasecurity/go-dep-parser/pkg/types"
"github.com/aquasecurity/trivy/pkg/detector/library/compare"
"github.com/aquasecurity/trivy/pkg/fanal/analyzer"
"github.com/aquasecurity/trivy/pkg/fanal/analyzer/language"
"github.com/aquasecurity/trivy/pkg/fanal/types"
Expand All @@ -39,7 +38,6 @@ var requiredFiles = []string{

type juliaAnalyzer struct {
lockParser godeptypes.Parser
comparer compare.GenericComparer
}

type Project struct {
Expand All @@ -49,7 +47,6 @@ type Project struct {
func newJuliaAnalyzer(_ analyzer.AnalyzerOptions) (analyzer.PostAnalyzer, error) {
return &juliaAnalyzer{
lockParser: julia.NewParser(),
comparer: compare.GenericComparer{},
}, nil
}

Expand Down

0 comments on commit 4b54685

Please sign in to comment.