diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-27 09:17:45 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-28 11:16:17 +0100 |
commit | 12b379a623dee18417c0ac7ea49fcb87cffe72b3 (patch) | |
tree | 93d4d730f1a330f30cf9a238e29859d739157b68 /go.mod | |
parent | c28af15932d0d184f841e9d30103730c902c9ba7 (diff) | |
download | podman-12b379a623dee18417c0ac7ea49fcb87cffe72b3.tar.gz podman-12b379a623dee18417c0ac7ea49fcb87cffe72b3.tar.bz2 podman-12b379a623dee18417c0ac7ea49fcb87cffe72b3.zip |
build(deps): bump github.com/opencontainers/selinux from 1.3.0 to 1.3.1
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](https://github.com/opencontainers/selinux/compare/1.3.0...v1.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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
@@ -49,7 +49,7 @@ require ( github.com/opencontainers/runc v1.0.0-rc9 github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7 github.com/opencontainers/runtime-tools v0.9.0 - github.com/opencontainers/selinux v1.3.0 + github.com/opencontainers/selinux v1.3.1 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.4.0 // indirect |