summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-22 22:45:08 +0000
committerGitHub <[email protected]>2024-10-22 22:45:08 +0000
commita82d4a784face7e7e9df3f69b7dc42be75b380b9 (patch)
tree1be37f457e775ecf5bf53a9f5fb5b01309ee851c /go.mod
parente49a95f7c1d9a2a0e21280e2e268fda72ab9e444 (diff)
chore(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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 25bcb079..800dda54 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ toolchain go1.23.1
require (
github.com/buger/goterm v1.0.4
github.com/dustin/go-humanize v1.0.1
- github.com/fatih/color v1.17.0
+ github.com/fatih/color v1.18.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
github.com/roadrunner-server/amqp/v5 v5.0.4