From aa9c4a07fc3b15f4f1e5e61cc78257e5dbbdca4c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 5 Feb 2024 14:46:15 +0100 Subject: [PATCH] fix(deps): update module github.com/googleapis/go-sql-spanner to v1.1.1 (#162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/googleapis/go-sql-spanner](https://togithub.com/googleapis/go-sql-spanner) | `v1.1.0` -> `v1.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogleapis%2fgo-sql-spanner/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogleapis%2fgo-sql-spanner/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogleapis%2fgo-sql-spanner/v1.1.0/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogleapis%2fgo-sql-spanner/v1.1.0/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner) ### [`v1.1.1`](https://togithub.com/googleapis/go-sql-spanner/releases/tag/v1.1.1) [Compare Source](https://togithub.com/googleapis/go-sql-spanner/compare/v1.1.0...v1.1.1) ##### Bug Fixes - Initalize the connectors map to avoid nil pointer exception ([#​158](https://togithub.com/googleapis/go-sql-spanner/issues/158)) ([ec69c32](https://togithub.com/googleapis/go-sql-spanner/commit/ec69c321262631c3cdc4369c01ed8abc6932792f))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/go-sql-spanner). --- benchmarks/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/go.mod b/benchmarks/go.mod index ad74bc4..8b48152 100644 --- a/benchmarks/go.mod +++ b/benchmarks/go.mod @@ -8,7 +8,7 @@ require ( cloud.google.com/go v0.110.8 cloud.google.com/go/spanner v1.49.0 github.com/google/uuid v1.3.1 - github.com/googleapis/go-sql-spanner v1.1.0 + github.com/googleapis/go-sql-spanner v1.1.1 google.golang.org/api v0.143.0 google.golang.org/grpc v1.58.2 google.golang.org/protobuf v1.31.0