summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-18 15:28:32 +0300
committerGitHub <[email protected]>2021-05-18 15:28:32 +0300
commit60a3793f83c672e24283c009f53e780a4932be50 (patch)
treef8ca082c67a70f4e48ed10030a82cd15a26226e4 /go.mod
parent6eea04e81f7c4d3e93a78e779fc9365125b1189d (diff)
parentfe1c3324fe03db972a02940c293a081c2db7a2c3 (diff)
Merge branch 'master' into feature/websockets-plugin
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index ab582540..5e814877 100644
--- a/go.mod
+++ b/go.mod
@@ -8,9 +8,9 @@ require (
github.com/alicebob/miniredis/v2 v2.14.3
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/dustin/go-humanize v1.0.0
- github.com/fatih/color v1.10.0
+ github.com/fatih/color v1.11.0
github.com/go-ole/go-ole v1.2.5 // indirect
- github.com/go-redis/redis/v8 v8.8.2
+ github.com/go-redis/redis/v8 v8.8.3
github.com/gofiber/fiber/v2 v2.9.0
github.com/golang/mock v1.4.4
github.com/google/flatbuffers v1.12.1