Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc80916

Browse files
authoredFeb 1, 2024
Update module github.com/mattn/go-sqlite3 to v1.14.20
1 parent 55b9aa0 commit dc80916

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/hasura/go-graphql-client v0.10.2
1414
github.com/labstack/echo/v4 v4.11.4
1515
github.com/lib/pq v1.10.9
16-
github.com/mattn/go-sqlite3 v1.14.17
16+
github.com/mattn/go-sqlite3 v1.14.20
1717
github.com/mitchellh/go-homedir v1.1.0
1818
github.com/spf13/cobra v1.8.0
1919
github.com/spf13/viper v1.18.2

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Ky
250250
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
251251
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
252252
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
253-
github.com/mattn/go-sqlite3 v1.14.17 h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM=
254-
github.com/mattn/go-sqlite3 v1.14.17/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
253+
github.com/mattn/go-sqlite3 v1.14.20 h1:BAZ50Ns0OFBNxdAqFhbZqdPcht1Xlb16pDCqkq1spr0=
254+
github.com/mattn/go-sqlite3 v1.14.20/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
255255
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=
256256
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k=
257257
github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=

0 commit comments

Comments
 (0)
Please sign in to comment.