diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |