Bump github.com/spf13/afero from 1.6.0 to 1.8.2 (#64)

Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.8.2.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.6.0...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave G <davegallant@gmail.com>
This commit is contained in:
dependabot[bot]
2022-04-30 21:00:42 -04:00
committed by GitHub
parent eb445a7334
commit 8caece5b1f
2 changed files with 18 additions and 2 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/nxadm/tail v1.4.8
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.26.0
github.com/spf13/afero v1.6.0
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
)