Merge pull request #317 from thaJeztah/execabs_deprecated

switch back from golang.org/x/sys/execabs to os/exec (go1.19)
This commit is contained in:
Kevin Parsons
2024-05-14 16:14:51 -05:00
committed by GitHub
+1 -2
View File
@@ -5,12 +5,11 @@ package security
import ( import (
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"regexp" "regexp"
"strings" "strings"
"testing" "testing"
exec "golang.org/x/sys/execabs"
) )
const ( const (