Skip to content

Commit 0bb7fd3

Browse files
authored
Merge pull request containerd#9603 from thaJeztah/no_execabs
integration: remove use of golang.org/x/sys/execabs
2 parents c7c6bb9 + fa83bc8 commit 0bb7fd3

File tree

5 files changed

+1
-141
lines changed

5 files changed

+1
-141
lines changed

integration/release_upgrade_utils_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ import (
2121
"context"
2222
"fmt"
2323
"net/http"
24+
"os/exec"
2425
"runtime"
2526
"strings"
2627
"testing"
2728

2829
"github.com/stretchr/testify/require"
2930
"golang.org/x/mod/semver"
30-
exec "golang.org/x/sys/execabs"
3131

3232
"github.com/containerd/containerd/v2/archive"
3333
"github.com/containerd/containerd/v2/version"

vendor/golang.org/x/sys/execabs/execabs.go

Lines changed: 0 additions & 102 deletions
This file was deleted.

vendor/golang.org/x/sys/execabs/execabs_go118.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

vendor/golang.org/x/sys/execabs/execabs_go119.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ golang.org/x/sync/semaphore
499499
# golang.org/x/sys v0.15.0
500500
## explicit; go 1.18
501501
golang.org/x/sys/cpu
502-
golang.org/x/sys/execabs
503502
golang.org/x/sys/plan9
504503
golang.org/x/sys/unix
505504
golang.org/x/sys/windows

0 commit comments

Comments
 (0)