diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-14 09:19:56 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-14 04:22:05 -0500 |
commit | 905a9c3ff8dbfaaacde7c7a4a3b4406522919a54 (patch) | |
tree | 6c317434f1cc13507c454064e7f4893e521b59d5 /go.mod | |
parent | b2ac2a3f10a8eaf9a2bc9040bacd3a2a94decbd0 (diff) | |
download | podman-905a9c3ff8dbfaaacde7c7a4a3b4406522919a54.tar.gz podman-905a9c3ff8dbfaaacde7c7a4a3b4406522919a54.tar.bz2 podman-905a9c3ff8dbfaaacde7c7a4a3b4406522919a54.zip |
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require ( github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v1.1.1 github.com/spf13/pflag v1.0.5 - github.com/stretchr/testify v1.6.1 + github.com/stretchr/testify v1.7.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/uber/jaeger-client-go v2.25.0+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect |