diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-08 23:27:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 23:27:47 +0200 |
commit | a85e97952994a2803a17ee2a384b260115f18b43 (patch) | |
tree | 9d0fc44cbfe507db3a926f7e830ea14924bb90f3 /go.mod | |
parent | b8acc851bb472c7ea9674bf1bf8ca3812ff2ab24 (diff) | |
parent | edf733c3b60c5aaf922e894a0470d015bd23e0dc (diff) | |
download | podman-a85e97952994a2803a17ee2a384b260115f18b43.tar.gz podman-a85e97952994a2803a17ee2a384b260115f18b43.tar.bz2 podman-a85e97952994a2803a17ee2a384b260115f18b43.zip |
Merge pull request #6513 from containers/dependabot/go_modules/github.com/stretchr/testify-1.6.1
Bump github.com/stretchr/testify from 1.6.0 to 1.6.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/sirupsen/logrus v1.6.0 github.com/spf13/cobra v0.0.7 github.com/spf13/pflag v1.0.5 - github.com/stretchr/testify v1.6.0 + github.com/stretchr/testify v1.6.1 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/uber/jaeger-client-go v2.23.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect |