Skip to content

Commit

Permalink
Fix analyzer after go-dep-parser refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Feb 26, 2024
1 parent 29da199 commit 078c885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/fanal/analyzer/language/julia/pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"golang.org/x/exp/slices"
"golang.org/x/xerrors"

julia "github.com/aquasecurity/go-dep-parser/pkg/julia/manifest"
godeptypes "github.com/aquasecurity/go-dep-parser/pkg/types"
julia "github.com/aquasecurity/trivy/pkg/dependency/parser/julia/manifest"
godeptypes "github.com/aquasecurity/trivy/pkg/dependency/parser/types"
"github.com/aquasecurity/trivy/pkg/fanal/analyzer"
"github.com/aquasecurity/trivy/pkg/fanal/analyzer/language"
"github.com/aquasecurity/trivy/pkg/fanal/types"
Expand Down

0 comments on commit 078c885

Please sign in to comment.