Skip to content

Commit 52c7c87

Browse files
authored
Merge pull request #1435 from damdo/go-mod-drop-unneded-replaces
go.mod drop unneded replaces
2 parents d80bfab + cd0af6d commit 52c7c87

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

go.mod

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ module sigs.k8s.io/cluster-api-provider-gcp
22

33
go 1.22.0
44

5-
toolchain go1.22.8
6-
7-
replace (
8-
// cel-go should match the version imported by CAPI.
9-
github.com/google/cel-go => github.com/google/cel-go v0.20.1
10-
// kube-openapi should match the version imported by CAPI.
11-
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
12-
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.9.4
13-
)
14-
155
require (
166
cloud.google.com/go/compute v1.31.1
177
cloud.google.com/go/container v1.42.0

0 commit comments

Comments
 (0)