Skip to content

Commit 5607e52

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.151.0. - [Release notes](https://github.com/GoogleCloudPlatform/k8s-config-connector/releases) - [Commits](GoogleCloudPlatform/k8s-config-connector@v1.146.0...v1.151.0) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/k8s-config-connector dependency-version: 1.151.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecba337 commit 5607e52

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 3 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.8
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.13.0
1414
cloud.google.com/go/monitoring v1.29.0
15-
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0
15+
github.com/GoogleCloudPlatform/k8s-config-connector v1.151.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
@@ -79,7 +79,7 @@ require (
7979
github.com/prometheus/common v0.63.0 // indirect
8080
github.com/prometheus/procfs v0.16.0 // indirect
8181
github.com/sirupsen/logrus v1.9.3 // indirect
82-
github.com/spf13/pflag v1.0.9 // indirect
82+
github.com/spf13/pflag v1.0.10 // indirect
8383
github.com/x448/float16 v0.8.4 // indirect
8484
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
8585
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0 h1:bk1oNxc4Z2IVFTWQ
5050
github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU=
5151
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0 h1:+KDsnaIflB8EHhcB+vPzGN8B/N7qWgGtji6nw4UIyjk=
5252
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU=
53+
github.com/GoogleCloudPlatform/k8s-config-connector v1.151.0 h1:Fdlby27Fr0/0rzOZ2AKPcYejA6GrCYycz0gFHL1Qvns=
54+
github.com/GoogleCloudPlatform/k8s-config-connector v1.151.0/go.mod h1:VrWI7UreoQR1HwIVa6qEbgJNkRRl8bIEmPTrh10vdSE=
5355
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
5456
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
5557
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
@@ -237,6 +239,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
237239
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
238240
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
239241
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
242+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
243+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
240244
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
241245
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
242246
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=

0 commit comments

Comments
 (0)