diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-17 13:17:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 13:17:34 -0500 |
commit | 6ea9ff2f21b583e4bc61a72d97c889ee7057a32e (patch) | |
tree | d378b355d2357ec41e03d4c7ead9d359a9336345 /go.mod | |
parent | 516dc6d1ff618019079bc68055dd7f6c2a447aa2 (diff) | |
parent | 6842907250e84b2b315a7fa609b52f20258ebfa1 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |