Skip to content

Commit

Permalink
Merge pull request #2116 from gofiber/dependabot/go_modules/aws-sam/a…
Browse files Browse the repository at this point in the history
…pp/github.com/gofiber/fiber/v2-2.49.2

chore(deps): bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.2 in /aws-sam/app
  • Loading branch information
ReneWerner87 authored Sep 25, 2023
2 parents c2dd3d3 + 5330d64 commit 3081490
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aws-sam/app/go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
require (
github.com/aws/aws-lambda-go v1.36.1
github.com/awslabs/aws-lambda-go-api-proxy v0.14.0
github.com/gofiber/fiber/v2 v2.48.0
github.com/gofiber/fiber/v2 v2.49.2
)

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // 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.48.0 // indirect
github.com/valyala/fasthttp v1.49.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)

replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8
Expand Down

0 comments on commit 3081490

Please sign in to comment.