diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-07 12:28:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 12:28:55 +0000 |
commit | da8e4cdeb440f0aa0cfb3d0a6eb2e88b89ddb4cb (patch) | |
tree | 643ebf150d8feefd72543f260ffbbb6daeb7b62d /go.mod | |
parent | bfb904bb23c53773a4414ccf4b1f66cf05d9ee80 (diff) | |
download | podman-da8e4cdeb440f0aa0cfb3d0a6eb2e88b89ddb4cb.tar.gz podman-da8e4cdeb440f0aa0cfb3d0a6eb2e88b89ddb4cb.tar.bz2 podman-da8e4cdeb440f0aa0cfb3d0a6eb2e88b89ddb4cb.zip |
Bump github.com/opencontainers/selinux from 1.8.5 to 1.9.1
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.8.5 to 1.9.1.
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](https://github.com/opencontainers/selinux/compare/v1.8.5...v1.9.1)
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
@@ -51,7 +51,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.5 + github.com/opencontainers/selinux v1.9.1 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v0.14.5 |