From 2de7dbaf4abad8f6c87e45e2d5e42823b2eb1eb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:22:22 +0000 Subject: [PATCH] fix(deps): update module github.com/gofiber/storage/bbolt to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bec4bf0..ff276c7 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/gofiber/fiber/v2 v2.52.2 - github.com/gofiber/storage/bbolt v1.3.5 + github.com/gofiber/storage/bbolt v2.0.0 github.com/gofiber/storage/memory/v2 v2.0.0 github.com/gofiber/template/html/v2 v2.1.1 github.com/joho/godotenv v1.5.1