Skip to content

Commit 9306838

Browse files
committed
use go workspaces to keep context for e2e and functional code go dependencies same
1 parent 8d468a7 commit 9306838

File tree

6,218 files changed

+1527
-2389080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,218 files changed

+1527
-2389080
lines changed

e2e/go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/openshift/api v0.0.0-20250731015415-ed654edbd7c6
1313
github.com/openshift/cluster-api-actuator-pkg v0.0.0-20250729202911-167220318f40
1414
github.com/openshift/cluster-api-provider-baremetal v0.0.0-20250619124612-fb678fec5f7e
15-
github.com/openshift/cluster-capi-operator v0.0.0-00010101000000-000000000000
1615
k8s.io/api v0.33.3
1716
k8s.io/apimachinery v0.33.3
1817
k8s.io/client-go v0.33.3
@@ -27,8 +26,6 @@ require (
2726
sigs.k8s.io/yaml v1.4.0
2827
)
2928

30-
replace github.com/openshift/cluster-capi-operator => ../
31-
3229
require (
3330
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
3431
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
@@ -59,14 +56,13 @@ require (
5956
github.com/go-playground/universal-translator v0.18.1 // indirect
6057
github.com/go-playground/validator/v10 v10.26.0 // indirect
6158
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
62-
github.com/go-test/deep v1.1.1 // indirect
6359
github.com/gobuffalo/flect v1.0.3 // indirect
6460
github.com/gogo/protobuf v1.3.2 // indirect
61+
github.com/golang/mock v1.7.0-rc.1 // indirect
6562
github.com/google/btree v1.1.3 // indirect
6663
github.com/google/gnostic-models v0.6.9 // indirect
6764
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
6865
github.com/google/uuid v1.6.0 // indirect
69-
github.com/gophercloud/gophercloud/v2 v2.7.0 // indirect
7066
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7167
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7268
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -115,14 +111,12 @@ require (
115111
google.golang.org/protobuf v1.36.6 // indirect
116112
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
117113
gopkg.in/inf.v0 v0.9.1 // indirect
118-
gopkg.in/yaml.v2 v2.4.0 // indirect
119114
gopkg.in/yaml.v3 v3.0.1 // indirect
120115
k8s.io/apiextensions-apiserver v0.33.3 // indirect
121116
k8s.io/component-base v0.33.3 // indirect
122117
k8s.io/klog v1.0.0 // indirect
123118
k8s.io/klog/v2 v2.130.1 // indirect
124119
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
125-
sigs.k8s.io/cluster-api-provider-openstack v0.12.4 // indirect
126120
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
127121
sigs.k8s.io/kube-storage-version-migrator v0.0.6-0.20230721195810-5c8923c5ff96 // indirect
128122
sigs.k8s.io/randfill v1.0.0 // indirect

e2e/go.sum

Lines changed: 1 addition & 520 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)