diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-10 15:18:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 15:18:53 +0000 |
commit | 81751bebc69390b6e83182218f90387234d19e7a (patch) | |
tree | 5b231164aa75a3eefbb5668d85c71d22d3b2eba2 /go.mod | |
parent | 923648b487cc78aaa54058ee30b5c80389958599 (diff) | |
download | podman-81751bebc69390b6e83182218f90387234d19e7a.tar.gz podman-81751bebc69390b6e83182218f90387234d19e7a.tar.bz2 podman-81751bebc69390b6e83182218f90387234d19e7a.zip |
Bump github.com/opencontainers/selinux from 1.8.4 to 1.8.5
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](https://github.com/opencontainers/selinux/compare/v1.8.4...v1.8.5)
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require ( github.com/opencontainers/runc v1.0.2 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 github.com/opencontainers/runtime-tools v0.9.0 - github.com/opencontainers/selinux v1.8.4 + github.com/opencontainers/selinux v1.8.5 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v0.14.5 |