diff --git a/pkg/dependency/parser/java/pom/parse.go b/pkg/dependency/parser/java/pom/parse.go index 141ebbee0f7c..e905196b6fff 100644 --- a/pkg/dependency/parser/java/pom/parse.go +++ b/pkg/dependency/parser/java/pom/parse.go @@ -9,12 +9,12 @@ import ( "os" "path" "path/filepath" + "slices" "sort" "strings" multierror "github.com/hashicorp/go-multierror" "github.com/samber/lo" - "golang.org/x/exp/slices" "golang.org/x/net/html/charset" "golang.org/x/xerrors"