diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-15 08:04:55 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-11-15 10:02:13 +0100 |
commit | 7921777da16d8228f1cb3144b31606b7ccd8758c (patch) | |
tree | e1b08f6a83dd93eff8460fce0406be8de0053983 /go.mod | |
parent | 33e964d40b4bce03a55671dae2cbd4c8a82c74fe (diff) | |
download | hugo-7921777da16d8228f1cb3144b31606b7ccd8758c.tar.gz hugo-7921777da16d8228f1cb3144b31606b7ccd8758c.zip |
build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.17.0...v1.18.0)
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ require ( github.com/disintegration/gift v1.2.1 github.com/dustin/go-humanize v1.0.1 github.com/evanw/esbuild v0.24.0 - github.com/fatih/color v1.17.0 + github.com/fatih/color v1.18.0 github.com/fortytw2/leaktest v1.3.0 github.com/frankban/quicktest v1.14.6 github.com/fsnotify/fsnotify v1.7.0 |