File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module 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
1212require (
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
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0 h1:bk1oNxc4Z2IVFTWQ
5050github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0 /go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU =
5151github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0 h1:+KDsnaIflB8EHhcB+vPzGN8B/N7qWgGtji6nw4UIyjk =
5252github.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 =
5355github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
5456github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
5557github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
@@ -237,6 +239,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
237239github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
238240github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
239241github.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 =
240244github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
241245github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =
242246github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
You can’t perform that action at this time.
0 commit comments