build(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1

Bumps [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/dustin/go-humanize/releases)
- [Commits](https://github.com/dustin/go-humanize/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/dustin/go-humanize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-19 16:03:43 +00:00
committed by Bjørn Erik Pedersen
parent 1a7d57c0b6
commit 065ae003a5
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -21,7 +21,7 @@ require (
github.com/clbanning/mxj/v2 v2.5.7
github.com/cli/safeexec v1.0.1
github.com/disintegration/gift v1.2.1
github.com/dustin/go-humanize v1.0.0
github.com/dustin/go-humanize v1.0.1
github.com/evanw/esbuild v0.17.19
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.4