File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/fxamacker/cbor/v2 v2.8.0
1111 github.com/gin-gonic/gin v1.10.0
1212 github.com/go-chi/chi/v5 v5.2.2
13- github.com/gofiber/fiber/v2 v2.52.9
13+ github.com/gofiber/fiber/v2 v2.52.11
1414 github.com/google/uuid v1.6.0
1515 github.com/gorilla/mux v1.8.1
1616 github.com/julienschmidt/httprouter v1.3.0
@@ -19,6 +19,7 @@ require (
1919 github.com/spf13/pflag v1.0.6
2020 github.com/stretchr/testify v1.10.0
2121 github.com/uptrace/bunrouter v1.0.23
22+ golang.org/x/net v0.40.0
2223)
2324
2425require (
@@ -58,7 +59,6 @@ require (
5859 github.com/x448/float16 v0.8.4 // indirect
5960 golang.org/x/arch v0.17.0 // indirect
6061 golang.org/x/crypto v0.38.0 // indirect
61- golang.org/x/net v0.40.0 // indirect
6262 golang.org/x/sys v0.33.0 // indirect
6363 golang.org/x/text v0.25.0 // indirect
6464 google.golang.org/protobuf v1.36.6 // indirect
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ github.com/go-playground/validator/v10 v10.26.0 h1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc
3939github.com/go-playground/validator/v10 v10.26.0 /go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo =
4040github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
4141github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
42- github.com/gofiber/fiber/v2 v2.52.9 h1:YjKl5DOiyP3j0mO61u3NTmK7or8GzzWzCFzkboyP5cw =
43- github.com/gofiber/fiber/v2 v2.52.9 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
42+ github.com/gofiber/fiber/v2 v2.52.11 h1:5f4yzKLcBcF8ha1GQTWB+mpblWz3Vz6nSAbTL31HkWs =
43+ github.com/gofiber/fiber/v2 v2.52.11 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
4444github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
4545github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
4646github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments