File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/a-h/templ v0.3.1001
77 github.com/go-ldap/ldap/v3 v3.4.13
88 github.com/gofiber/fiber/v2 v2.52.12
9- github.com/gofiber/storage/bbolt/v2 v2.1.4
9+ github.com/gofiber/storage/bbolt/v2 v2.1.5
1010 github.com/gofiber/storage/memory/v2 v2.1.2
1111 github.com/joho/godotenv v1.5.1
1212 github.com/netresearch/simple-ldap-go v1.12.0
@@ -117,7 +117,7 @@ require (
117117 github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
118118 github.com/gobwas/glob v0.2.3 // indirect
119119 github.com/godoc-lint/godoc-lint v0.11.2 // indirect
120- github.com/gofiber/utils/v2 v2.0.2 // indirect
120+ github.com/gofiber/utils/v2 v2.0.4 // indirect
121121 github.com/gofrs/flock v0.13.0 // indirect
122122 github.com/golangci/asciicheck v0.5.0 // indirect
123123 github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
Original file line number Diff line number Diff line change @@ -235,10 +235,14 @@ github.com/gofiber/fiber/v2 v2.52.12 h1:0LdToKclcPOj8PktUdIKo9BUohjjwfnQl42Dhw8/
235235github.com/gofiber/fiber/v2 v2.52.12 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
236236github.com/gofiber/storage/bbolt/v2 v2.1.4 h1:xEdYqleVtF1Ta/362L0ZfbygRYtxy/haYDZJKVGc1pw =
237237github.com/gofiber/storage/bbolt/v2 v2.1.4 /go.mod h1:Eo482H+so24cN9NGP6rEHbuoJXqUNW94x7foUwzG6Mk =
238+ github.com/gofiber/storage/bbolt/v2 v2.1.5 h1:8dBCY0hHpPY9x8LlOpJHeb4qHhPHn3EWcoHVCrmpnRg =
239+ github.com/gofiber/storage/bbolt/v2 v2.1.5 /go.mod h1:+MDyXZR/WMBLmYpiFI7XCRfXBI79kchkyV4ll2g2fUE =
238240github.com/gofiber/storage/memory/v2 v2.1.2 h1:IGOMSgnlCv/Dh1rkXA9G69kHIAywUqPjaGFUR5XATE0 =
239241github.com/gofiber/storage/memory/v2 v2.1.2 /go.mod h1:R3dBncEPAGt83cQleHFXdT/t7Pep6+5ED0rBfJSqjJg =
240242github.com/gofiber/utils/v2 v2.0.2 h1:ShRRssz0F3AhTlAQcuEj54OEDtWF7+HJDwEi/aa6QLI =
241243github.com/gofiber/utils/v2 v2.0.2 /go.mod h1:+9Ub4NqQ+IaJoTliq5LfdmOJAA/Hzwf4pXOxOa3RrJ0 =
244+ github.com/gofiber/utils/v2 v2.0.4 h1:WwAxUA7L4MW2DjdEHF234lfqvBqd2vYYuBtA9TJq2ec =
245+ github.com/gofiber/utils/v2 v2.0.4 /go.mod h1:GGERKU3Vhj5z6hS8YKvxL99A54DjOvTFZ0cjZnG4Lj4 =
242246github.com/gofrs/flock v0.13.0 h1:95JolYOvGMqeH31+FC7D2+uULf6mG61mEZ/A8dRYMzw =
243247github.com/gofrs/flock v0.13.0 /go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8P+Z0 =
244248github.com/golangci/asciicheck v0.5.0 h1:jczN/BorERZwK8oiFBOGvlGPknhvq0bjnysTj4nUfo0 =
You can’t perform that action at this time.
0 commit comments