Skip to content

Commit

Permalink
Merge pull request #10 from RabbitHouseCorp/dependabot/go_modules/git…
Browse files Browse the repository at this point in the history
…hub.com/gofiber/fiber/v2-2.52.5

Bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.5
  • Loading branch information
DaviGCD authored Aug 25, 2024
2 parents e0f9a10 + cf2c56d commit ffb978b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ go 1.19
require (
github.com/disintegration/imaging v1.6.2
github.com/fogleman/gg v1.3.0
github.com/gofiber/fiber/v2 v2.50.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
golang.org/x/image v0.18.0
)

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.50.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)

0 comments on commit ffb978b

Please sign in to comment.