Skip to content

Commit eb90710

Browse files
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](GoogleCloudPlatform/k8s-config-connector@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] <support@github.com>
1 parent e8e4aa8 commit eb90710

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nais/cloudsql-migrator
22

3-
go 1.25.0
3+
go 1.26
44

55
// These have invalid versions, but aren't actually in use.
66
// They are pulled in by github.com/GoogleCloudPlatform/k8s-config-connector
@@ -12,7 +12,7 @@ replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./invalid
1212
require (
1313
cloud.google.com/go/clouddms v1.9.0
1414
cloud.google.com/go/monitoring v1.25.0
15-
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0
15+
github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0
1616
github.com/google/uuid v1.6.0
1717
github.com/lib/pq v1.12.3
1818
github.com/nais/liberator v0.0.0-20250411064636-3e5a44a59298

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0 h1:bk1oNxc4Z2IVFTWQ
2828
github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU=
2929
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0 h1:+KDsnaIflB8EHhcB+vPzGN8B/N7qWgGtji6nw4UIyjk=
3030
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU=
31+
github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0 h1:V2xy9CqLH4HIqo6shsBY6++T8oHMoDL+Pp4NgWfwbks=
32+
github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0/go.mod h1:L9Do+S1MOOVjINtP5I+DTm8In7fBjpGAEDHJxKJUCBA=
3133
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
3234
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
3335
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

0 commit comments

Comments
 (0)