Skip to content
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./invalid
require (
cloud.google.com/go/clouddms v1.8.8
cloud.google.com/go/monitoring v1.24.3
github.com/GoogleCloudPlatform/k8s-config-connector v1.143.0
github.com/GoogleCloudPlatform/k8s-config-connector v1.144.0
github.com/google/uuid v1.6.0
github.com/lib/pq v1.10.9
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 @@ -108,6 +108,8 @@ github.com/GoogleCloudPlatform/k8s-config-connector v1.142.0 h1:pVv0FKWuL6/bUONZ
github.com/GoogleCloudPlatform/k8s-config-connector v1.142.0/go.mod h1:pjh7uvo8WxII3moux9yx/rSJLG817EWlM32zABWYq08=
github.com/GoogleCloudPlatform/k8s-config-connector v1.143.0 h1:qxL22jnHjLhNLaYCN6CZ4O6nCnve/90hlHmPrn76qwo=
github.com/GoogleCloudPlatform/k8s-config-connector v1.143.0/go.mod h1:j2F5kPfF8TLqNEk+MuRTKyv0R3VYcAPQE3Bt8NqWObA=
github.com/GoogleCloudPlatform/k8s-config-connector v1.144.0 h1:+SbZqry8MzH0B1Fpvup62OUZL9bn/pzgT9ER4RUA9lI=
github.com/GoogleCloudPlatform/k8s-config-connector v1.144.0/go.mod h1:j2F5kPfF8TLqNEk+MuRTKyv0R3VYcAPQE3Bt8NqWObA=
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
Expand Down
Loading