aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-17 13:17:34 -0500
committerGitHub <noreply@github.com>2021-02-17 13:17:34 -0500
commit6ea9ff2f21b583e4bc61a72d97c889ee7057a32e (patch)
treed378b355d2357ec41e03d4c7ead9d359a9336345 /go.mod
parent516dc6d1ff618019079bc68055dd7f6c2a447aa2 (diff)
parent6842907250e84b2b315a7fa609b52f20258ebfa1 (diff)
downloadpodman-6ea9ff2f21b583e4bc61a72d97c889ee7057a32e.tar.gz
podman-6ea9ff2f21b583e4bc61a72d97c889ee7057a32e.tar.bz2
podman-6ea9ff2f21b583e4bc61a72d97c889ee7057a32e.zip
Merge pull request #9406 from containers/dependabot/go_modules/github.com/sirupsen/logrus-1.7.1
Bump github.com/sirupsen/logrus from 1.7.0 to 1.7.1
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 61cbc1d78..ac1f70ca0 100644
--- a/go.mod
+++ b/go.mod
@@ -51,7 +51,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.13.1
- github.com/sirupsen/logrus v1.7.0
+ github.com/sirupsen/logrus v1.7.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0