From 5bb4bb6b74568de8828f16c2fdf22873829d3c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 06:33:36 +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.143.0 to 1.144.0. - [Release notes](https://github.com/GoogleCloudPlatform/k8s-config-connector/releases) - [Commits](https://github.com/GoogleCloudPlatform/k8s-config-connector/compare/v1.143.0...v1.144.0) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/k8s-config-connector dependency-version: 1.144.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 569a69f..7608a7d 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./invalid require ( cloud.google.com/go/clouddms v1.8.8 cloud.google.com/go/monitoring v1.24.3 - github.com/GoogleCloudPlatform/k8s-config-connector v1.143.0 + github.com/GoogleCloudPlatform/k8s-config-connector v1.144.0 github.com/google/uuid v1.6.0 github.com/lib/pq v1.10.9 github.com/nais/liberator v0.0.0-20250411064636-3e5a44a59298 diff --git a/go.sum b/go.sum index 2ff95d0..7f18d77 100644 --- a/go.sum +++ b/go.sum @@ -108,6 +108,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.142.0 h1:pVv0FKWuL6/bUONZ github.com/GoogleCloudPlatform/k8s-config-connector v1.142.0/go.mod h1:pjh7uvo8WxII3moux9yx/rSJLG817EWlM32zABWYq08= github.com/GoogleCloudPlatform/k8s-config-connector v1.143.0 h1:qxL22jnHjLhNLaYCN6CZ4O6nCnve/90hlHmPrn76qwo= github.com/GoogleCloudPlatform/k8s-config-connector v1.143.0/go.mod h1:j2F5kPfF8TLqNEk+MuRTKyv0R3VYcAPQE3Bt8NqWObA= +github.com/GoogleCloudPlatform/k8s-config-connector v1.144.0 h1:+SbZqry8MzH0B1Fpvup62OUZL9bn/pzgT9ER4RUA9lI= +github.com/GoogleCloudPlatform/k8s-config-connector v1.144.0/go.mod h1:j2F5kPfF8TLqNEk+MuRTKyv0R3VYcAPQE3Bt8NqWObA= github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4= github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=