diff options
author | Valery Piashchynski <[email protected]> | 2021-05-07 13:03:04 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-07 13:03:04 +0300 |
commit | 482b2122bb1f9d41e590fa09702d2dd90c765c80 (patch) | |
tree | 30d9c9122048daeff1aded9fcebb1465102c5d69 /go.mod | |
parent | 3bd2be271d1ac13f77058158a0b272e611936b82 (diff) | |
parent | c4259f80f3b75cceedeecfd2736edfb7e2a380d8 (diff) |
#663 Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0
#663 Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,15 +4,16 @@ 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/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.10.0 github.com/go-ole/go-ole v1.2.5 // indirect github.com/go-redis/redis/v8 v8.8.2 - github.com/gofiber/fiber/v2 v2.8.0 + github.com/gofiber/fiber/v2 v2.9.0 github.com/golang/mock v1.4.4 - github.com/google/flatbuffers v1.12.0 // indirect + github.com/google/flatbuffers v1.12.0 github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.11 github.com/olekukonko/tablewriter v0.0.5 |