diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-30 05:09:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 05:09:30 -0400 |
commit | 6d6a629db5d3f8fd4d3cc44a080d928f47dab5f3 (patch) | |
tree | f82f00493d66309d35afe166006d05f278c19dd7 /go.mod | |
parent | c479d63dd689b0960832cbaa343e2aa3f00954e0 (diff) | |
parent | cd001a3a9ed9a5cb2b59b5de11485041569bc26c (diff) | |
download | podman-6d6a629db5d3f8fd4d3cc44a080d928f47dab5f3.tar.gz podman-6d6a629db5d3f8fd4d3cc44a080d928f47dab5f3.tar.bz2 podman-6d6a629db5d3f8fd4d3cc44a080d928f47dab5f3.zip |
Merge pull request #6165 from containers/dependabot/go_modules/github.com/rootless-containers/rootlesskit-0.9.5
Bump github.com/rootless-containers/rootlesskit from 0.9.4 to 0.9.5
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ require ( github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 - github.com/rootless-containers/rootlesskit v0.9.4 + github.com/rootless-containers/rootlesskit v0.9.5 github.com/seccomp/containers-golang v0.4.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v0.0.7 |