mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
Switch to containers/common for seccomp
The seccomp/containers-golang library is not maintained any more and we should stick to containers/common. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
@ -5,10 +5,10 @@ package createconfig
|
||||
import (
|
||||
"io/ioutil"
|
||||
|
||||
goSeccomp "github.com/containers/common/pkg/seccomp"
|
||||
"github.com/containers/podman/v2/pkg/seccomp"
|
||||
spec "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/pkg/errors"
|
||||
goSeccomp "github.com/seccomp/containers-golang"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user