diff --git a/go.mod b/go.mod index 1bd3cb2..ccfbacd 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module darlinggo.co/pan go 1.20 -require github.com/mattn/go-sqlite3 v1.14.22 +require github.com/mattn/go-sqlite3 v1.14.24 diff --git a/go.sum b/go.sum index e8d092a..9dcdc9b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU= -github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= +github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= +github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=