diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-28 10:41:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 10:41:41 -0800 |
commit | c2cde7de613198753ba53e4cde6dd157b883548c (patch) | |
tree | eba120cd3065daca3f307f62b78d8ffbb4f76e29 /go.mod | |
parent | 3426c34b77c9da54af85331d615e2111e152c499 (diff) | |
parent | 12b379a623dee18417c0ac7ea49fcb87cffe72b3 (diff) | |
download | podman-c2cde7de613198753ba53e4cde6dd157b883548c.tar.gz podman-c2cde7de613198753ba53e4cde6dd157b883548c.tar.bz2 podman-c2cde7de613198753ba53e4cde6dd157b883548c.zip |
Merge pull request #4989 from containers/dependabot/go_modules/github.com/opencontainers/selinux-1.3.1
build(deps): bump github.com/opencontainers/selinux from 1.3.0 to 1.3.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,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.0 + github.com/opencontainers/selinux v1.3.1 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.4.0 // indirect |