Bump github.com/jszwec/csvutil from 1.7.1 to 1.8.0 (#92)

Bumps [github.com/jszwec/csvutil](https://github.com/jszwec/csvutil) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/jszwec/csvutil/releases)
- [Commits](https://github.com/jszwec/csvutil/compare/v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/jszwec/csvutil
  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 Gallant <davegallant@gmail.com>
This commit is contained in:
dependabot[bot]
2023-03-01 20:58:49 -05:00
committed by GitHub
parent 3510f02036
commit b2b9900a90
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.19
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/jszwec/csvutil v1.7.1
github.com/jszwec/csvutil v1.8.0
github.com/juju/errors v1.0.0
github.com/nxadm/tail v1.4.8
github.com/olekukonko/tablewriter v0.0.5