Skip to content

Commit b338ad9

Browse files
fix(deps): update module github.com/gofiber/storage/bbolt/v2 to v2.1.5
1 parent 493adcb commit b338ad9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,14 @@ github.com/gofiber/fiber/v2 v2.52.12 h1:0LdToKclcPOj8PktUdIKo9BUohjjwfnQl42Dhw8/
235235
github.com/gofiber/fiber/v2 v2.52.12/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
236236
github.com/gofiber/storage/bbolt/v2 v2.1.4 h1:xEdYqleVtF1Ta/362L0ZfbygRYtxy/haYDZJKVGc1pw=
237237
github.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=
238240
github.com/gofiber/storage/memory/v2 v2.1.2 h1:IGOMSgnlCv/Dh1rkXA9G69kHIAywUqPjaGFUR5XATE0=
239241
github.com/gofiber/storage/memory/v2 v2.1.2/go.mod h1:R3dBncEPAGt83cQleHFXdT/t7Pep6+5ED0rBfJSqjJg=
240242
github.com/gofiber/utils/v2 v2.0.2 h1:ShRRssz0F3AhTlAQcuEj54OEDtWF7+HJDwEi/aa6QLI=
241243
github.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=
242246
github.com/gofrs/flock v0.13.0 h1:95JolYOvGMqeH31+FC7D2+uULf6mG61mEZ/A8dRYMzw=
243247
github.com/gofrs/flock v0.13.0/go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8P+Z0=
244248
github.com/golangci/asciicheck v0.5.0 h1:jczN/BorERZwK8oiFBOGvlGPknhvq0bjnysTj4nUfo0=

0 commit comments

Comments
 (0)