summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-24 13:58:18 +0100
committerGitHub <noreply@github.com>2020-03-24 13:58:18 +0100
commit0275eed83d702d7edd07b71cda527b6140936b86 (patch)
tree8d3fe96b71775f2905c2186c746613d0ce00b377 /go.mod
parent3dbf2cb5aff67f82e486cd95aca170e44b8fc75a (diff)
parentee45149d33b69e8cbee02cdf431f086b343577f0 (diff)
downloadpodman-0275eed83d702d7edd07b71cda527b6140936b86.tar.gz
podman-0275eed83d702d7edd07b71cda527b6140936b86.tar.bz2
podman-0275eed83d702d7edd07b71cda527b6140936b86.zip
Merge pull request #5601 from containers/dependabot/go_modules/github.com/sirupsen/logrus-1.5.0
Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
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 7cac1f3b9..ce603491e 100644
--- a/go.mod
+++ b/go.mod
@@ -49,7 +49,7 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.8.0
github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f
- github.com/sirupsen/logrus v1.4.2
+ github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1