File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/a-h/templ v0.3.1020
99 github.com/go-ldap/ldap/v3 v3.4.14
1010 github.com/gofiber/fiber/v2 v2.52.15
11- github.com/gofiber/storage/bbolt/v2 v2.1.9
11+ github.com/gofiber/storage/bbolt/v2 v2.1.10
1212 github.com/gofiber/storage/memory/v2 v2.1.2
1313 github.com/joho/godotenv v1.5.1
1414 github.com/mxschmitt/playwright-go v0.6100.0
@@ -121,7 +121,7 @@ require (
121121 github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
122122 github.com/gobwas/glob v0.2.3 // indirect
123123 github.com/godoc-lint/godoc-lint v0.11.2 // indirect
124- github.com/gofiber/utils/v2 v2.2.0 // indirect
124+ github.com/gofiber/utils/v2 v2.4.1 // indirect
125125 github.com/gofrs/flock v0.13.0 // indirect
126126 github.com/golangci/asciicheck v0.5.0 // indirect
127127 github.com/golangci/dupl v0.0.0-20260401084720-c99c5cf5c202 // indirect
Original file line number Diff line number Diff line change @@ -243,10 +243,14 @@ github.com/gofiber/fiber/v2 v2.52.15 h1:Cov1uKeVPyu9q0jSrN60W+A8XNX+/WK8J7cy5osH
243243github.com/gofiber/fiber/v2 v2.52.15 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
244244github.com/gofiber/storage/bbolt/v2 v2.1.9 h1:lO9ZeF8qAF6p/Chf3wc8eiTzkWCFly1XdYIldSk2zS0 =
245245github.com/gofiber/storage/bbolt/v2 v2.1.9 /go.mod h1:fJ7Xm6mQbfxxCYliaVxCU+EUzr+17YdODoIhbtQF33w =
246+ github.com/gofiber/storage/bbolt/v2 v2.1.10 h1:Cp04wdQRULty77o4Wr+vTeGJX6W/404p/PVx0vJxABY =
247+ github.com/gofiber/storage/bbolt/v2 v2.1.10 /go.mod h1:76kHA/CPOHHkIKErrWmjGiNidSvMLvm+sS72U2rUiE8 =
246248github.com/gofiber/storage/memory/v2 v2.1.2 h1:IGOMSgnlCv/Dh1rkXA9G69kHIAywUqPjaGFUR5XATE0 =
247249github.com/gofiber/storage/memory/v2 v2.1.2 /go.mod h1:R3dBncEPAGt83cQleHFXdT/t7Pep6+5ED0rBfJSqjJg =
248250github.com/gofiber/utils/v2 v2.2.0 h1:YSSmCzQponq/f9uSOg2HtXC5qK1Dmor0o6DqaQVz8GE =
249251github.com/gofiber/utils/v2 v2.2.0 /go.mod h1:Ieopk6sQh7rbhQ12aBNCJtJuG0gxAg0nz63sFCrrOmE =
252+ github.com/gofiber/utils/v2 v2.4.1 h1:E2X9G8O5Mn7b2GDb0JU3IUk42Rw2npuhhepIbuJQ2po =
253+ github.com/gofiber/utils/v2 v2.4.1 /go.mod h1:I+RTsgMUdzFuifVc3LOEkfh32wQW9BfRl7l5RYjamW4 =
250254github.com/gofrs/flock v0.13.0 h1:95JolYOvGMqeH31+FC7D2+uULf6mG61mEZ/A8dRYMzw =
251255github.com/gofrs/flock v0.13.0 /go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8P+Z0 =
252256github.com/golangci/asciicheck v0.5.0 h1:jczN/BorERZwK8oiFBOGvlGPknhvq0bjnysTj4nUfo0 =
You can’t perform that action at this time.
0 commit comments