Skip to content

Commit

Permalink
Merge pull request #473 from gofiber/dependabot/go_modules/sqlite3/gi…
Browse files Browse the repository at this point in the history
…thub.com/mattn/go-sqlite3-1.14.15

Bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 in /sqlite3
  • Loading branch information
ReneWerner87 committed Aug 23, 2022
2 parents 07bde5f + 1b23367 commit efffcc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sqlite3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.14

require (
github.com/gofiber/utils v0.1.2
github.com/mattn/go-sqlite3 v1.14.14
github.com/mattn/go-sqlite3 v1.14.15
)
4 changes: 2 additions & 2 deletions sqlite3/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/gofiber/utils v0.1.2 h1:1SH2YEz4RlNS0tJlMJ0bGwO0JkqPqvq6TbHK9tXZKtk=
github.com/gofiber/utils v0.1.2/go.mod h1:pacRFtghAE3UoknMOUiXh2Io/nLWSUHtQCi/3QASsOc=
github.com/mattn/go-sqlite3 v1.14.14 h1:qZgc/Rwetq+MtyE18WhzjokPD93dNqLGNT3QJuLvBGw=
github.com/mattn/go-sqlite3 v1.14.14/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/mattn/go-sqlite3 v1.14.15 h1:vfoHhTN1af61xCRSWzFIWzx2YskyMTwHLrExkBOjvxI=
github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=

0 comments on commit efffcc1

Please sign in to comment.