Skip to content

Commit

Permalink
deps: update go-fiber to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
zikani03 committed May 3, 2024
1 parent 6f2a414 commit d34726e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions examples/fiber/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ replace github.com/golang-malawi/go-dpo => ../../
go 1.18

require (
github.com/gofiber/fiber/v2 v2.38.1
github.com/gofiber/fiber/v2 v2.52.4
github.com/gofiber/template v1.7.1
github.com/joho/godotenv v1.4.0
github.com/golang-malawi/go-dpo v0.0.0-00010101000000-000000000000
github.com/joho/godotenv v1.4.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/andybalholm/brotli v1.0.5 // 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.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.40.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/sys v0.15.0 // indirect
)

0 comments on commit d34726e

Please sign in to comment.