File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
local-development-testcontainers Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/aws/aws-sdk-go-v2/service/sts v1.41.2 // indirect
3131 github.com/aws/smithy-go v1.24.0 // indirect
3232 github.com/gofiber/schema v1.6.0 // indirect
33- github.com/gofiber/utils/v2 v2.0.0-rc.2 // indirect
33+ github.com/gofiber/utils/v2 v2.0.0-rc.3 // indirect
3434 github.com/google/uuid v1.6.0 // indirect
3535 github.com/jackc/pgpassfile v1.0.0 // indirect
3636 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ github.com/gofiber/fiber/v3 v3.0.0-rc.3 h1:h0KXuRHbivSslIpoHD1R/XjUsjcGwt+2vK0av
4545github.com/gofiber/fiber/v3 v3.0.0-rc.3 /go.mod h1:LNBPuS/rGoUFlOyy03fXsWAeWfdGoT1QytwjRVNSVWo =
4646github.com/gofiber/schema v1.6.0 h1:rAgVDFwhndtC+hgV7Vu5ItQCn7eC2mBA4Eu1/ZTiEYY =
4747github.com/gofiber/schema v1.6.0 /go.mod h1:WNZWpQx8LlPSK7ZaX0OqOh+nQo/eW2OevsXs1VZfs/s =
48- github.com/gofiber/utils/v2 v2.0.0-rc.2 h1:NvJTf7yMafTq16lUOJv70nr+HIOLNQcvGme/X+ftbW8 =
49- github.com/gofiber/utils/v2 v2.0.0-rc.2 /go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI =
48+ github.com/gofiber/utils/v2 v2.0.0-rc.3 h1:gOL5jAEGUT2UbQkTkgMJctYt4rYewnTIt0Y7YaDATDc =
49+ github.com/gofiber/utils/v2 v2.0.0-rc.3 /go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI =
5050github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
5151github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
5252github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
4141 github.com/go-playground/locales v0.14.1 // indirect
4242 github.com/go-playground/universal-translator v0.18.1 // indirect
4343 github.com/gofiber/schema v1.6.0 // indirect
44- github.com/gofiber/utils/v2 v2.0.0-rc.2 // indirect
44+ github.com/gofiber/utils/v2 v2.0.0-rc.3 // indirect
4545 github.com/google/uuid v1.6.0 // indirect
4646 github.com/jackc/pgpassfile v1.0.0 // indirect
4747 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/gofiber/fiber/v3 v3.0.0-rc.3 h1:h0KXuRHbivSslIpoHD1R/XjUsjcGwt+2vK0av
6666github.com/gofiber/fiber/v3 v3.0.0-rc.3 /go.mod h1:LNBPuS/rGoUFlOyy03fXsWAeWfdGoT1QytwjRVNSVWo =
6767github.com/gofiber/schema v1.6.0 h1:rAgVDFwhndtC+hgV7Vu5ItQCn7eC2mBA4Eu1/ZTiEYY =
6868github.com/gofiber/schema v1.6.0 /go.mod h1:WNZWpQx8LlPSK7ZaX0OqOh+nQo/eW2OevsXs1VZfs/s =
69- github.com/gofiber/utils/v2 v2.0.0-rc.2 h1:NvJTf7yMafTq16lUOJv70nr+HIOLNQcvGme/X+ftbW8 =
70- github.com/gofiber/utils/v2 v2.0.0-rc.2 /go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI =
69+ github.com/gofiber/utils/v2 v2.0.0-rc.3 h1:gOL5jAEGUT2UbQkTkgMJctYt4rYewnTIt0Y7YaDATDc =
70+ github.com/gofiber/utils/v2 v2.0.0-rc.3 /go.mod h1:gXins5o7up+BQFiubmO8aUJc/+Mhd7EKXIiAK5GBomI =
7171github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
7272github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
7373github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments