summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-25 16:29:22 +0300
committerGitHub <[email protected]>2021-05-25 16:29:22 +0300
commit30d2e97a5b2c8bb1807365dfdd2e081474293491 (patch)
tree18cfa7defd7dae98190634bb83a04647f9ebe9b5 /go.mod
parent8468e8677a3ff83c0dedfbb968e2bffd0dd278c8 (diff)
parentf3ac33261d143ce18a239a6835d4eb9a87ce7c91 (diff)
#685 Bump github.com/fatih/color from 1.11.0 to 1.12.0
#685 Bump github.com/fatih/color from 1.11.0 to 1.12.0
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 ee97ccec..8aee461f 100644
--- a/go.mod
+++ b/go.mod
@@ -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