Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#18)

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[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-01 07:29:25 -05:00
committed by GitHub
parent d3c2279555
commit 0d9827d1ca
2 changed files with 3 additions and 16 deletions

4
go.mod
View File

@@ -4,7 +4,6 @@ go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.7
github.com/fatih/color v1.10.0 // indirect
github.com/jszwec/csvutil v1.4.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect
@@ -12,12 +11,11 @@ require (
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/nxadm/tail v1.4.6
github.com/olekukonko/tablewriter v0.0.4
github.com/rakyll/gotest v0.0.5 // indirect
github.com/rs/zerolog v1.20.0
github.com/showwin/speedtest-go v1.1.0
github.com/spf13/afero v1.5.1
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect