summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-21 09:16:58 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-02-21 07:16:38 -0500
commit4b5c0028cc13169c190837ad4a9da0b6ad884c0a (patch)
tree43b4044379e4ee97d2d67d993275a97e8e2ba717 /go.mod
parentbfeaabb35054119bc2ce93f09a2e3aeee43cc6df (diff)
downloadpodman-4b5c0028cc13169c190837ad4a9da0b6ad884c0a.tar.gz
podman-4b5c0028cc13169c190837ad4a9da0b6ad884c0a.tar.bz2
podman-4b5c0028cc13169c190837ad4a9da0b6ad884c0a.zip
build(deps): bump github.com/opencontainers/selinux from 1.3.1 to 1.3.2
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](https://github.com/opencontainers/selinux/compare/v1.3.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@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 fac401208..d8b4f0a6f 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.3.1
+ github.com/opencontainers/selinux v1.3.2
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0