summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-19 16:03:43 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-05-19 20:04:32 +0200
commit065ae003a5dc9173a1200fa1ab2d8927b002b1ab (patch)
tree4990ca4d64582d54ef70fc901eba4ce04d321907 /go.mod
parent1a7d57c0b6a46b0dfc611aa0301d6a9af768d6dc (diff)
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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 28117185d..cf6a6473c 100644
--- a/go.mod
+++ b/go.mod
@@ -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