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=