summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-10 15:01:34 +0000
committerGitHub <noreply@github.com>2021-08-10 15:01:34 +0000
commit4e4c4b62fd3be32a6eb8e5b2dfd7d194c580406f (patch)
treecbce536f7bd27f1b91003e59f823dc7dd8881aaa /go.mod
parent859ffb40ae839007ed7fe673312d39177d12244a (diff)
downloadpodman-4e4c4b62fd3be32a6eb8e5b2dfd7d194c580406f.tar.gz
podman-4e4c4b62fd3be32a6eb8e5b2dfd7d194c580406f.tar.bz2
podman-4e4c4b62fd3be32a6eb8e5b2dfd7d194c580406f.zip
Bump github.com/opencontainers/selinux from 1.8.3 to 1.8.4
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](https://github.com/opencontainers/selinux/compare/v1.8.3...v1.8.4) --- 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d5931393f..a9d2b9024 100644
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,7 @@ require (
github.com/opencontainers/runc v1.0.1
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.3
+ github.com/opencontainers/selinux v1.8.4
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.14.4