diff options
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 |