Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nais/cloudsql-migrator

go 1.25.0
go 1.26

// These have invalid versions, but aren't actually in use.
// They are pulled in by github.com/GoogleCloudPlatform/k8s-config-connector
Expand All @@ -12,7 +12,7 @@ replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./invalid
require (
cloud.google.com/go/clouddms v1.12.0
cloud.google.com/go/monitoring v1.28.0
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0
github.com/GoogleCloudPlatform/k8s-config-connector v1.150.0
github.com/google/uuid v1.6.0
github.com/lib/pq v1.12.3
github.com/nais/liberator v0.0.0-20250411064636-3e5a44a59298
Expand Down Expand Up @@ -79,7 +79,7 @@ require (
github.com/prometheus/common v0.63.0 // indirect
github.com/prometheus/procfs v0.16.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0 h1:bk1oNxc4Z2IVFTWQ
github.com/GoogleCloudPlatform/k8s-config-connector v1.145.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU=
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0 h1:+KDsnaIflB8EHhcB+vPzGN8B/N7qWgGtji6nw4UIyjk=
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0/go.mod h1:cpj0ZxA3WkiSfmZGISXsP1wVeal50OAlM4CunGzTyMU=
github.com/GoogleCloudPlatform/k8s-config-connector v1.150.0 h1:6icXqgUho+YWwYJeW9ccOaPchoG04oLKvX0+X1mUXrY=
github.com/GoogleCloudPlatform/k8s-config-connector v1.150.0/go.mod h1:B0+JaOSGAw0HyIbNCVnIyQnmh8N1tzxONZ1hPq/irWc=
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down Expand Up @@ -227,6 +229,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
Expand Down
Loading