From 9a083d1fa4c857d03504976bee7741a26c0e5776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:14:20 +0000 Subject: [PATCH] Bump github.com/gofiber/storage/sqlite3 from 1.3.7 to 1.3.8 in /backend Bumps [github.com/gofiber/storage/sqlite3](https://github.com/gofiber/storage) from 1.3.7 to 1.3.8. - [Release notes](https://github.com/gofiber/storage/releases) - [Commits](https://github.com/gofiber/storage/compare/mssql/v1.3.7...mssql/v1.3.8) --- updated-dependencies: - dependency-name: github.com/gofiber/storage/sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/go.mod | 2 +- backend/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index c32f6470..4031f106 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/gofiber/fiber/v2 v2.52.0 - github.com/gofiber/storage/sqlite3 v1.3.7 + github.com/gofiber/storage/sqlite3 v1.3.8 github.com/mattn/go-sqlite3 v1.14.19 github.com/sirupsen/logrus v1.9.0 github.com/swaggo/fiber-swagger v1.3.0 diff --git a/backend/go.sum b/backend/go.sum index 5afab9e3..718d2002 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -29,8 +29,8 @@ github.com/go-openapi/swag v0.21.1/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/e github.com/gofiber/fiber/v2 v2.32.0/go.mod h1:CMy5ZLiXkn6qwthrl03YMyW1NLfj0rhxz2LKl4t7ZTY= github.com/gofiber/fiber/v2 v2.52.0 h1:S+qXi7y+/Pgvqq4DrSmREGiFwtB7Bu6+QFLuIHYw/UE= github.com/gofiber/fiber/v2 v2.52.0/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ= -github.com/gofiber/storage/sqlite3 v1.3.7 h1:kOkuI7CqztA4jS74cw16qs07tpxtung9o8I4dJUuj7c= -github.com/gofiber/storage/sqlite3 v1.3.7/go.mod h1:G4A9R3Ac2G9Wpb76F62oEqXUTb0ywjTIr5P7obiZmYc= +github.com/gofiber/storage/sqlite3 v1.3.8 h1:ywicq0MvlO4H+IbxwvSq3GvTv25fmhEZ1LpEkd8b078= +github.com/gofiber/storage/sqlite3 v1.3.8/go.mod h1:G4A9R3Ac2G9Wpb76F62oEqXUTb0ywjTIr5P7obiZmYc= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=