remove redundant alias for runtime-spec

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-10-26 18:31:39 +02:00
parent 8eba9bfa64
commit 5c48736863
37 changed files with 37 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ import (
"github.com/docker/docker/pkg/pools"
"github.com/moby/sys/signal"
"github.com/moby/term"
specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
)