Skip to content

Commit bdc6c11

Browse files
authored
Merge pull request #317 from thaJeztah/execabs_deprecated
switch back from golang.org/x/sys/execabs to os/exec (go1.19)
2 parents 3c9576c + 92c1f57 commit bdc6c11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/security/grantvmgroupaccess_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ package security
55

66
import (
77
"os"
8+
"os/exec"
89
"path/filepath"
910
"regexp"
1011
"strings"
1112
"testing"
12-
13-
exec "golang.org/x/sys/execabs"
1413
)
1514

1615
const (

0 commit comments

Comments
 (0)