Skip to content

Commit 1883d62

Browse files
authored
Replace github.com/mattn/go-sqlite3 v2.0.3 by v1.14.10. (#311)
Quote from upstream: > Latest stable version is v1.14 or later, not v2. > > NOTE: The increase to v2 was an accident. There were no major changes or features.
1 parent ff1db4e commit 1883d62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sqlite3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.14
44

55
require (
66
github.com/gofiber/utils v0.1.2
7-
github.com/mattn/go-sqlite3 v2.0.3+incompatible
7+
github.com/mattn/go-sqlite3 v1.14.10
88
)

sqlite3/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/gofiber/utils v0.1.2 h1:1SH2YEz4RlNS0tJlMJ0bGwO0JkqPqvq6TbHK9tXZKtk=
22
github.com/gofiber/utils v0.1.2/go.mod h1:pacRFtghAE3UoknMOUiXh2Io/nLWSUHtQCi/3QASsOc=
3-
github.com/mattn/go-sqlite3 v2.0.3+incompatible h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=
4-
github.com/mattn/go-sqlite3 v2.0.3+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
3+
github.com/mattn/go-sqlite3 v1.14.10 h1:MLn+5bFRlWMGoSRmJour3CL1w/qL96mvipqpwQW/Sfk=
4+
github.com/mattn/go-sqlite3 v1.14.10/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=

0 commit comments

Comments
 (0)