summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 12:12:08 +0000
committerGitHub <noreply@github.com>2022-05-02 12:12:08 +0000
commit4e44e5b5deced61b63ae4af8e373c8a57f718c4d (patch)
treed5aae5c173b5076dcee6993e81b173360982aaa4 /go.mod
parent80315b9c8615a9d5f4dada79b99c479ec1414304 (diff)
downloadpodman-4e44e5b5deced61b63ae4af8e373c8a57f718c4d.tar.gz
podman-4e44e5b5deced61b63ae4af8e373c8a57f718c4d.tar.bz2
podman-4e44e5b5deced61b63ae4af8e373c8a57f718c4d.zip
Bump github.com/rootless-containers/rootlesskit from 1.0.0 to 1.0.1
Bumps [github.com/rootless-containers/rootlesskit](https://github.com/rootless-containers/rootlesskit) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rootless-containers/rootlesskit/releases) - [Commits](https://github.com/rootless-containers/rootlesskit/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/rootless-containers/rootlesskit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 3689cfcfb..04c248869 100644
--- a/go.mod
+++ b/go.mod
@@ -53,7 +53,7 @@ require (
github.com/opencontainers/selinux v1.10.1
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
- github.com/rootless-containers/rootlesskit v1.0.0
+ github.com/rootless-containers/rootlesskit v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5