integration: remove use of golang.org/x/sys/execabs

This dependency was removed in 2af6db672e, but
was re-introduced in commit 2fab240f21.

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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-01-05 10:05:37 +01:00
parent c7c6bb9d13
commit fa83bc8de5
5 changed files with 1 additions and 141 deletions

View File

@@ -21,13 +21,13 @@ import (
"context"
"fmt"
"net/http"
"os/exec"
"runtime"
"strings"
"testing"
"github.com/stretchr/testify/require"
"golang.org/x/mod/semver"
exec "golang.org/x/sys/execabs"
"github.com/containerd/containerd/v2/archive"
"github.com/containerd/containerd/v2/version"