From 3169d7799b5e1d8b43d3e82b190f0f8ddd3f34ac Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Tue, 28 Nov 2023 15:55:43 +0200 Subject: [PATCH] Fix slices import #1035 --- xray/commands/scan/scan.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xray/commands/scan/scan.go b/xray/commands/scan/scan.go index 399d3b677..7c8976638 100644 --- a/xray/commands/scan/scan.go +++ b/xray/commands/scan/scan.go @@ -8,9 +8,10 @@ import ( "os/exec" "path/filepath" "regexp" - "slices" "strings" + "golang.org/x/exp/slices" + rtutils "github.com/jfrog/jfrog-cli-core/v2/artifactory/utils" "github.com/jfrog/jfrog-cli-core/v2/xray/scangraph" xrayUtils "github.com/jfrog/jfrog-client-go/xray/services/utils"