Skip to content

Commit fa83bc8

Browse files
committed
integration: remove use of golang.org/x/sys/execabs
This dependency was removed in 2af6db6, but was re-introduced in commit 2fab240. Now that golang.org/x/tools also stopped using this dependency, removing this use will remove the package from our dependency tree. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c7c6bb9 commit fa83bc8

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)