diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-05 09:17:06 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-05 08:38:21 -0500 |
commit | e60739a7ecc27772654860d81ef349c54d69981a (patch) | |
tree | 08e398f7a90ccef57ac2d4bcd8df32686b251394 /go.mod | |
parent | 3ef721fa1f406d95fdc16b2ba46bf865b4a0433d (diff) | |
download | podman-e60739a7ecc27772654860d81ef349c54d69981a.tar.gz podman-e60739a7ecc27772654860d81ef349c54d69981a.tar.bz2 podman-e60739a7ecc27772654860d81ef349c54d69981a.zip |
Bump github.com/rootless-containers/rootlesskit from 0.10.1 to 0.11.0
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/rootless-containers/rootlesskit/releases)
- [Commits](https://github.com/rootless-containers/rootlesskit/compare/v0.10.1...v0.11.0)
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ require ( github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 - github.com/rootless-containers/rootlesskit v0.10.1 + github.com/rootless-containers/rootlesskit v0.11.0 github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v1.1.1 github.com/spf13/pflag v1.0.5 |