diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-22 23:31:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 23:31:01 +0100 |
commit | 6187e724353f2d68943f912e0d8fc1d3d3c1f549 (patch) | |
tree | 45a298d81a731186371dcb6329eefcbf96f73a20 /go.mod | |
parent | 1284260b668168c560e65b803979eb2caff0293a (diff) | |
parent | 885df0cb1ef942dba6ff37d348a4744a9e018a09 (diff) | |
download | podman-6187e724353f2d68943f912e0d8fc1d3d3c1f549.tar.gz podman-6187e724353f2d68943f912e0d8fc1d3d3c1f549.tar.bz2 podman-6187e724353f2d68943f912e0d8fc1d3d3c1f549.zip |
Merge pull request #4544 from containers/dependabot/go_modules/github.com/pkg/profile-1.4.0
build(deps): bump github.com/pkg/profile from 1.3.0 to 1.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require ( github.com/opencontainers/selinux v1.3.0 github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.8.1 - github.com/pkg/profile v1.3.0 + github.com/pkg/profile v1.4.0 github.com/pmezard/go-difflib v1.0.0 github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f github.com/sirupsen/logrus v1.4.2 |