diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-25 06:14:07 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-25 06:14:07 +0000 |
commit | f3ac33261d143ce18a239a6835d4eb9a87ce7c91 (patch) | |
tree | 18cfa7defd7dae98190634bb83a04647f9ebe9b5 /go.mod | |
parent | 8468e8677a3ff83c0dedfbb968e2bffd0dd278c8 (diff) |
Bump github.com/fatih/color from 1.11.0 to 1.12.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.11.0...v1.12.0)
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
@@ -8,7 +8,7 @@ require ( github.com/alicebob/miniredis/v2 v2.14.4 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/dustin/go-humanize v1.0.0 - github.com/fatih/color v1.11.0 + github.com/fatih/color v1.12.0 github.com/go-ole/go-ole v1.2.5 // indirect github.com/go-redis/redis/v8 v8.8.3 github.com/gofiber/fiber/v2 v2.10.0 |