From eb6fe21fd471896d34cad55b8c7a96107c7eddf9 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d12eb14..3ff9ee9 100644 --- a/go.mod +++ b/go.mod @@ -116,7 +116,8 @@ 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 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect