Update module github.com/gofiber/fiber/v2 to v2.31.0
[skip ci]
... | ... | @@ -4,8 +4,9 @@ go 1.17 |
require ( | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/gofiber/fiber/v2 v2.30.0 | ||
github.com/gofiber/fiber/v2 v2.31.0 | ||
github.com/gofiber/template v1.6.26 | ||
github.com/joho/godotenv v1.4.0 | ||
github.com/matoous/go-nanoid/v2 v2.0.0 | ||
) | ||
... | ... | @@ -13,7 +14,6 @@ require ( |
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/joho/godotenv v1.4.0 // indirect | ||
github.com/klauspost/compress v1.15.1 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.34.0 // indirect | ||
... | ... |
... | ... | @@ -141,6 +141,8 @@ github.com/gofiber/fiber/v2 v2.29.0 h1:wopU1kXxdD9XxvQqYd1vSWMGu2PiZN0yy+DojygTR |
github.com/gofiber/fiber/v2 v2.29.0/go.mod h1:1Ega6O199a3Y7yDGuM9FyXDPYQfv+7/y48wl6WCwUF4= | ||
github.com/gofiber/fiber/v2 v2.30.0 h1:R928kgJICQkcfIzAjMIQ+U0uOpa0+vTCZLLODeo4M14= | ||
github.com/gofiber/fiber/v2 v2.30.0/go.mod h1:1Ega6O199a3Y7yDGuM9FyXDPYQfv+7/y48wl6WCwUF4= | ||
github.com/gofiber/fiber/v2 v2.31.0 h1:M2rWPQbD5fDVAjcoOLjKRXTIlHesI5Eq7I5FEQPt4Ow= | ||
github.com/gofiber/fiber/v2 v2.31.0/go.mod h1:1Ega6O199a3Y7yDGuM9FyXDPYQfv+7/y48wl6WCwUF4= | ||
github.com/gofiber/template v1.6.25 h1:wAh92yCfP2XQvxBRK8VchbjAJnNz/y+p4uD94WBs1MI= | ||
github.com/gofiber/template v1.6.25/go.mod h1:/hE+mSK1VTEK9YVX1ySE2ix12xOXdgi28nrsVaRq2u4= | ||
github.com/gofiber/template v1.6.26 h1:wtbXFY1XzniCImYSBX++jVwM2aoShj8Bf7XNHojc5aQ= | ||
... | ... |
Please register or sign in to comment