Skip to content

Commit

Permalink
chore: refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jan 23, 2024
1 parent d979cb5 commit 45a49ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pkg/java/pom/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package pom

import (
"fmt"
"github.com/aquasecurity/go-dep-parser/pkg/types"
"os"
"regexp"
"strings"

"github.com/aquasecurity/go-dep-parser/pkg/log"
"github.com/samber/lo"
"golang.org/x/exp/slices"

"github.com/aquasecurity/go-dep-parser/pkg/log"
"github.com/aquasecurity/go-dep-parser/pkg/types"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion pkg/java/pom/pom.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package pom
import (
"encoding/xml"
"fmt"
"github.com/aquasecurity/go-dep-parser/pkg/types"
"io"
"maps"
"reflect"
"strings"

"github.com/samber/lo"

"github.com/aquasecurity/go-dep-parser/pkg/types"
"github.com/aquasecurity/go-dep-parser/pkg/utils"
)

Expand Down

0 comments on commit 45a49ec

Please sign in to comment.