diff --git a/go.mod b/go.mod index acbc428..9213bac 100644 --- a/go.mod +++ b/go.mod @@ -4,4 +4,4 @@ go 1.21 retract v0.0.0-20230721200106-0458e08d3047 // Publish with the wrong repo name in go.mod -require github.com/mattn/go-sqlite3 v1.14.22 +require github.com/mattn/go-sqlite3 v1.14.23 diff --git a/go.sum b/go.sum index e8d092a..32531fa 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.23 h1:gbShiuAP1W5j9UOksQ06aiiqPMxYecovVGwmTxWtuw0= +github.com/mattn/go-sqlite3 v1.14.23/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=