diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-10 09:17:58 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-12 06:15:31 -0500 |
commit | 12fb9e46538621ed494f692085e3c567822262da (patch) | |
tree | f49dcc608f2e3f742a01ab7d04f94e06bde75c64 /vendor/github.com/sirupsen/logrus/go.mod | |
parent | 81737b37738dfa21be3cf9775919458523511ae9 (diff) | |
download | podman-12fb9e46538621ed494f692085e3c567822262da.tar.gz podman-12fb9e46538621ed494f692085e3c567822262da.tar.bz2 podman-12fb9e46538621ed494f692085e3c567822262da.zip |
Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.0...v1.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/sirupsen/logrus/go.mod')
-rw-r--r-- | vendor/github.com/sirupsen/logrus/go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/sirupsen/logrus/go.mod b/vendor/github.com/sirupsen/logrus/go.mod index 37004ff34..b3919d5ea 100644 --- a/vendor/github.com/sirupsen/logrus/go.mod +++ b/vendor/github.com/sirupsen/logrus/go.mod @@ -2,7 +2,6 @@ module github.com/sirupsen/logrus require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/magefile/mage v1.10.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.2.2 golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 |