summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-06 09:51:27 +0000
committerValentin Rothberg <rothberg@redhat.com>2020-04-06 14:15:36 +0200
commit12600afce9fd7bc27654b792a47b6d76a0d58118 (patch)
tree769e10665638f85c97121d317e01f7a82a6e6f2e /go.mod
parentf7dffedeb610df662e69915fcff1bb37986baf55 (diff)
downloadpodman-12600afce9fd7bc27654b792a47b6d76a0d58118.tar.gz
podman-12600afce9fd7bc27654b792a47b6d76a0d58118.tar.bz2
podman-12600afce9fd7bc27654b792a47b6d76a0d58118.zip
build(deps): bump github.com/opencontainers/selinux from 1.4.0 to 1.5.0
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](https://github.com/opencontainers/selinux/compare/v1.4.0...v1.5.0) 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 96108b370..1d543d606 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,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.4.0
+ github.com/opencontainers/selinux v1.5.0
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0