diff options
author | Valery Piashchynski <[email protected]> | 2021-01-25 16:30:41 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-25 16:30:41 +0300 |
commit | c7c4b4bd7dcb209f12180f50732e411fba80b8d6 (patch) | |
tree | 345dff73c927480f6136469db84b712089b86b04 /go.mod | |
parent | 01f75e0a7334a0478619e4d32d99154590bb2671 (diff) | |
parent | 05f139e131e6b8daa72a3c8c3c9599e0f38f4e9d (diff) |
Merge pull request #501 from spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.3.3
Bump github.com/gofiber/fiber/v2 from 2.3.0 to 2.3.3
Diffstat (limited to 'go.mod')
-rw-r--r--[-rwxr-xr-x] | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,13 +4,15 @@ go 1.15 require ( github.com/NYTimes/gziphandler v1.1.1 + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/alicebob/miniredis/v2 v2.14.1 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 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.4.4 - github.com/gofiber/fiber/v2 v2.3.0 + github.com/gofiber/fiber/v2 v2.3.3 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.0 github.com/json-iterator/go v1.1.10 |