diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-13 22:14:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-13 22:14:57 +0000 |
commit | d2c8fa7ec5dd08d8e2df3b40b479062050d573de (patch) | |
tree | 208a728b4e137c023c801b09f3b6a1187044fbe5 /go.mod | |
parent | fcbc66fc6487e2f27422042900bd2480617ecfa4 (diff) |
build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.16.0...v1.17.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
@@ -5,7 +5,7 @@ go 1.22.3 require ( github.com/buger/goterm v1.0.4 github.com/dustin/go-humanize v1.0.1 - github.com/fatih/color v1.16.0 + github.com/fatih/color v1.17.0 github.com/joho/godotenv v1.5.1 github.com/olekukonko/tablewriter v0.0.5 github.com/roadrunner-server/amqp/v4 v4.11.1 |