diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-10-30 11:41:00 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-10-30 11:43:29 +0100 |
commit | fb5367f29510d2f82ffb834dcf5a422495d5b99b (patch) | |
tree | 11a5315a061dea56005561c563f105565853bc51 /go.mod | |
parent | e7540d0406c49b22de245246d16ebc6e1778df37 (diff) | |
download | podman-fb5367f29510d2f82ffb834dcf5a422495d5b99b.tar.gz podman-fb5367f29510d2f82ffb834dcf5a422495d5b99b.tar.bz2 podman-fb5367f29510d2f82ffb834dcf5a422495d5b99b.zip |
seccomp: use github.com/seccomp/containers-golang
Use the github.com/seccomp/containers-golang library instead of the
docker package. The docker package has changed and silently broke
on F31.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ require ( github.com/pkg/errors v0.8.1 github.com/pkg/profile v1.3.0 github.com/pmezard/go-difflib v1.0.0 - github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f // indirect + github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 |