diff options
author | Valery Piashchynski <[email protected]> | 2021-05-27 00:20:17 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-27 00:20:17 +0300 |
commit | 07b96613886e2b13565e83a4784fce626c0a46ed (patch) | |
tree | a3e9dbeaea23687d18374843a68e5477c6084701 /go.mod | |
parent | 17cd38bb77216e04c1c3c1d625178e3f6ce14f65 (diff) | |
parent | 82377370c08d1b20efd6ddbea82084a76f3836e7 (diff) |
Merge remote-tracking branch 'origin/master' into feature/websockets-plugin
# Conflicts:
# go.mod
# go.sum
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -5,15 +5,13 @@ go 1.16 require ( github.com/NYTimes/gziphandler v1.1.1 github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect - github.com/alicebob/miniredis/v2 v2.14.3 - github.com/andybalholm/brotli v1.0.2 // indirect + 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/fasthttp/websocket v1.4.3 - 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.9.0 + github.com/gofiber/fiber/v2 v2.10.0 github.com/golang/mock v1.4.4 github.com/google/flatbuffers v1.12.1 github.com/google/uuid v1.2.0 @@ -37,7 +35,7 @@ require ( github.com/yookoala/gofast v0.6.0 go.etcd.io/bbolt v1.3.5 go.uber.org/multierr v1.7.0 - go.uber.org/zap v1.16.0 + go.uber.org/zap v1.17.0 golang.org/x/net v0.0.0-20210226101413-39120d07d75e golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 |