Skip to content

Commit

Permalink
Bump github.com/gofiber/storage/sqlite3 from 1.3.7 to 1.3.8 in /backend
Browse files Browse the repository at this point in the history
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](gofiber/storage@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 295c514 commit 4c3f6a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/gofiber/fiber/v2 v2.47.0
github.com/gofiber/storage/sqlite3 v1.3.7
github.com/gofiber/storage/sqlite3 v1.3.8
github.com/mattn/go-sqlite3 v1.14.17
github.com/sirupsen/logrus v1.9.0
github.com/swaggo/fiber-swagger v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.47.0 h1:EN5lHVCc+Pyqh5OEsk8fzRiifgwpbrP0rulQ4iNf3fs=
github.com/gofiber/fiber/v2 v2.47.0/go.mod h1:mbFMVN1lQuzziTkkakgtKKdjfsXSw9BKR5lmcNksUoU=
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.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
Expand Down

0 comments on commit 4c3f6a9

Please sign in to comment.