From d2c2265c32b9548c2cb2be56b5935980b25b0e95 Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Tue, 31 Oct 2023 04:28:57 -0700 Subject: [PATCH] [chore] [cmd/configschema] Update go-sqlite3 to latest version, per #19421 (#28680) **Description:** Update go-sqlite3 on cmd/configschema (same as #19421) to start re-enabling tests currently being skipped on Windows, see #28679. **Link to tracking Issue:** First part of #28679 Related to #11451 **Testing:** Local tests of `cmd/configschema`. **Documentation:** N/A --- cmd/configschema/go.mod | 2 +- cmd/configschema/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/configschema/go.mod b/cmd/configschema/go.mod index a072500519b7..1ca4739fa9c5 100644 --- a/cmd/configschema/go.mod +++ b/cmd/configschema/go.mod @@ -442,7 +442,7 @@ require ( github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-ieproxy v0.0.9 // indirect github.com/mattn/go-isatty v0.0.19 // indirect - github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect + github.com/mattn/go-sqlite3 v1.14.17 // indirect github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect github.com/microsoft/ApplicationInsights-Go v0.4.4 // indirect github.com/miekg/dns v1.1.55 // indirect diff --git a/cmd/configschema/go.sum b/cmd/configschema/go.sum index d7985e29a2cb..4f31605ff17c 100644 --- a/cmd/configschema/go.sum +++ b/cmd/configschema/go.sum @@ -1130,8 +1130,8 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA= github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= -github.com/mattn/go-sqlite3 v2.0.3+incompatible h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U= -github.com/mattn/go-sqlite3 v2.0.3+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= +github.com/mattn/go-sqlite3 v1.14.17 h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM= +github.com/mattn/go-sqlite3 v1.14.17/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=