From 47396bf2e4245d58ee963f16fdcd23c2987b152c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 06:52:30 +0000 Subject: [PATCH] build(deps): bump github.com/GoogleCloudPlatform/k8s-config-connector Bumps [github.com/GoogleCloudPlatform/k8s-config-connector](https://github.com/GoogleCloudPlatform/k8s-config-connector) from 1.146.0 to 1.148.0. - [Release notes](https://github.com/GoogleCloudPlatform/k8s-config-connector/releases) - [Commits](https://github.com/GoogleCloudPlatform/k8s-config-connector/compare/v1.146.0...v1.148.0) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/k8s-config-connector dependency-version: 1.148.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6fef0bb..ea5c2f4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nais/cloudsql-migrator -go 1.25.0 +go 1.26 // These have invalid versions, but aren't actually in use. // They are pulled in by github.com/GoogleCloudPlatform/k8s-config-connector @@ -12,7 +12,7 @@ replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./invalid require ( cloud.google.com/go/clouddms v1.11.0 cloud.google.com/go/monitoring v1.27.0 - github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0 + github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0 github.com/google/uuid v1.6.0 github.com/lib/pq v1.12.3 github.com/nais/liberator v0.0.0-20250411064636-3e5a44a59298 diff --git a/go.sum b/go.sum index 3a0a58d..af0e19f 100644 --- a/go.sum +++ b/go.sum @@ -42,6 +42,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0 h1:bk1oNxc4Z2IVFTWQ github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU= github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0 h1:+KDsnaIflB8EHhcB+vPzGN8B/N7qWgGtji6nw4UIyjk= github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU= +github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0 h1:V2xy9CqLH4HIqo6shsBY6++T8oHMoDL+Pp4NgWfwbks= +github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0/go.mod h1:L9Do+S1MOOVjINtP5I+DTm8In7fBjpGAEDHJxKJUCBA= github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0= github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=