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

@@ -10,7 +10,7 @@ import (
"github.com/docker/docker/container"
dconfig "github.com/docker/docker/daemon/config"
"github.com/docker/docker/profiles/seccomp"
specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/opencontainers/runtime-spec/specs-go"
)
const supportsSeccomp = true