diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-14 13:22:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 13:22:10 +0000 |
commit | 6dd6e534e3880b7365c81b07aa246cfdab3dce2c (patch) | |
tree | 10a482c77b9f4e4a3fd74cfe41691b405bd6ef6d /go.mod | |
parent | 98eb1c111efb22ddb02ab71779f1862abab4baa5 (diff) | |
download | git-bug-6dd6e534e3880b7365c81b07aa246cfdab3dce2c.tar.gz |
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/awesome-gocui/gocui v1.1.0 github.com/blevesearch/bleve v1.0.14 github.com/cheekybits/genny v1.0.0 - github.com/dustin/go-humanize v1.0.0 + github.com/dustin/go-humanize v1.0.1 github.com/fatih/color v1.13.0 github.com/go-git/go-billy/v5 v5.4.0 github.com/go-git/go-git/v5 v5.5.2 |