File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/danielgtaylor/huma/v2 v2.37.2
77 github.com/gabriel-vasile/mimetype v1.4.13
88 github.com/gofiber/fiber/v2 v2.52.11
9+ github.com/gofiber/fiber/v3 v3.1.0
910 github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73
1011)
1112
@@ -23,7 +24,7 @@ require (
2324 github.com/rs/xid v1.6.0 // indirect
2425 github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
2526 github.com/spf13/pflag v1.0.10 // indirect
26- github.com/tinylib/msgp v1.6.1 // indirect
27+ github.com/tinylib/msgp v1.6.3 // indirect
2728 go.shabbyrobe.org/gocovmerge v0.0.0-20230507111327-fa4f82cfbf4d // indirect
2829 go.yaml.in/yaml/v3 v3.0.4 // indirect
2930 golang.org/x/crypto v0.48.0 // indirect
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
4747github.com/go-ini/ini v1.67.0 /go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8 =
4848github.com/gofiber/fiber/v2 v2.52.11 h1:5f4yzKLcBcF8ha1GQTWB+mpblWz3Vz6nSAbTL31HkWs =
4949github.com/gofiber/fiber/v2 v2.52.11 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
50+ github.com/gofiber/fiber/v3 v3.1.0 /go.mod h1:n2nYQovvL9z3Too/FGOfgtERjW3GQcAUqgfoezGBZdU =
5051github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
5152github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
5253github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
@@ -94,6 +95,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
9495github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
9596github.com/tinylib/msgp v1.6.1 h1:ESRv8eL3u+DNHUoSAAQRE50Hm162zqAnBoGv9PzScPY =
9697github.com/tinylib/msgp v1.6.1 /go.mod h1:RSp0LW9oSxFut3KzESt5Voq4GVWyS+PSulT77roAqEA =
98+ github.com/tinylib/msgp v1.6.3 h1:bCSxiTz386UTgyT1i0MSCvdbWjVW+8sG3PjkGsZQt4s =
99+ github.com/tinylib/msgp v1.6.3 /go.mod h1:RSp0LW9oSxFut3KzESt5Voq4GVWyS+PSulT77roAqEA =
97100github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
98101github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
99102github.com/valyala/fasthttp v1.69.0 h1:fNLLESD2SooWeh2cidsuFtOcrEi4uB4m1mPrkJMZyVI =
You can’t perform that action at this time.
0 commit comments