Skip to content
Closed
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
4 changes: 2 additions & 2 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.11.0
cloud.google.com/go/monitoring v1.27.0
github.com/GoogleCloudPlatform/k8s-config-connector v1.146.0
github.com/GoogleCloudPlatform/k8s-config-connector v1.148.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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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.148.0 h1:V2xy9CqLH4HIqo6shsBY6++T8oHMoDL+Pp4NgWfwbks=
github.com/GoogleCloudPlatform/k8s-config-connector v1.148.0/go.mod h1:L9Do+S1MOOVjINtP5I+DTm8In7fBjpGAEDHJxKJUCBA=
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
Loading