From 83ed9b0811bd4cd70844d575bf29ccd7a5ea00ff Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 9 Sep 2024 22:23:02 +0800 Subject: [PATCH] go: upgrade go sqlite --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1bc3d35d0..e365c91c2 100644 --- a/go.mod +++ b/go.mod @@ -119,7 +119,7 @@ require ( github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.15 // indirect - github.com/mattn/go-sqlite3 v1.14.22 // indirect + github.com/mattn/go-sqlite3 v1.14.23 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect