diff options
author | Valery Piashchynski <[email protected]> | 2021-05-27 00:18:58 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-27 00:18:58 +0300 |
commit | 17cd38bb77216e04c1c3c1d625178e3f6ce14f65 (patch) | |
tree | d85773877613b08b47347afe21dddcb25fe163b8 /go.mod | |
parent | e8bffc95989041bc00d70f18a637e51c26608b60 (diff) |
- Update go.mod/sum
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -9,15 +9,14 @@ require ( github.com/andybalholm/brotli v1.0.2 // indirect github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/dustin/go-humanize v1.0.0 - github.com/fasthttp/websocket v1.4.3 // indirect + github.com/fasthttp/websocket v1.4.3 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.3 github.com/gofiber/fiber/v2 v2.9.0 - github.com/gofiber/websocket/v2 v2.0.3 github.com/golang/mock v1.4.4 github.com/google/flatbuffers v1.12.1 - github.com/google/uuid v1.2.0 // indirect + github.com/google/uuid v1.2.0 github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.11 github.com/klauspost/compress v1.12.2 // indirect |