Skip to content

Commit

Permalink
Swap out cmo dependency for local structs
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Gough <[email protected]>
  • Loading branch information
philipgough committed Jul 31, 2024
1 parent ac37411 commit 3084e15
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 1,888 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ require (
github.com/onsi/gomega v1.32.0
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
github.com/openshift/client-go v0.0.0-20230120202327-72f107311084
github.com/openshift/cluster-monitoring-operator v0.0.0-20230118025836-20fcb9f6ef4e
github.com/openshift/hypershift v0.1.11
github.com/openshift/library-go v0.0.0-20240116081341-964bcb3f545c
github.com/prometheus-community/prom-label-proxy v0.8.1-0.20240127162815-c1195f9aabc0
Expand All @@ -44,6 +43,7 @@ require (
k8s.io/api v0.30.0
k8s.io/apiextensions-apiserver v0.30.0
k8s.io/apimachinery v0.30.0
k8s.io/apiserver v0.30.0
k8s.io/client-go v12.0.0+incompatible
k8s.io/klog v1.0.0
k8s.io/kubectl v0.29.3
Expand Down Expand Up @@ -172,10 +172,8 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiserver v0.30.0 // indirect
k8s.io/component-base v0.30.0 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-aggregator v0.29.3 // indirect
k8s.io/kube-openapi v0.0.0-20240403164606-bc84c2ddaf99 // indirect
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
open-cluster-management.io/sdk-go v0.13.1-0.20240416030555-aa744f426379 // indirect
Expand Down
Loading

0 comments on commit 3084e15

Please sign in to comment.