aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2021-08-03 18:51:01 +0000
committerGitHub <noreply@github.com>2021-08-03 18:51:01 +0000
commitb2ce6514bc41b54f60f66e5b729895ab70d07507 (patch)
tree2982bd4e68362aaea50e2d16730984184b73954b /go.mod
parentbbdc1c87cb9cf8393b67b4e4cc40cd5005dc2fbd (diff)
parent0762c7e9774e12be260666599caa4be1f4cdcb7c (diff)
downloadpodman-b2ce6514bc41b54f60f66e5b729895ab70d07507.tar.gz
podman-b2ce6514bc41b54f60f66e5b729895ab70d07507.tar.bz2
podman-b2ce6514bc41b54f60f66e5b729895ab70d07507.zip
Merge pull request #11111 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.8.3
Bump github.com/opencontainers/selinux from 1.8.2 to 1.8.3
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 623226c48..e055ed59d 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.2
+ github.com/opencontainers/selinux v1.8.3
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.14.2