@@ -23,6 +23,8 @@ require (
23
23
24
24
replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
25
25
26
+ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
27
+
26
28
require (
27
29
github.com/aymerick/douceur v0.2.0 // indirect
28
30
github.com/beorn7/perks v1.0.1 // indirect
@@ -58,22 +60,22 @@ require (
58
60
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59
61
github.com/modern-go/reflect2 v1.0.2 // indirect
60
62
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
61
- github.com/openshift-online/ocm-sdk-go v0.1.368 // indirect
63
+ github.com/openshift-online/ocm-sdk-go v0.1.411 // indirect
62
64
github.com/pkg/errors v0.9.1 // indirect
63
65
github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.0 // indirect
64
66
github.com/prometheus/client_golang v1.18.0 // indirect
65
67
github.com/prometheus/client_model v0.5.0 // indirect
66
68
github.com/prometheus/common v0.46.0 // indirect
67
69
github.com/prometheus/procfs v0.12.0 // indirect
70
+ github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
68
71
github.com/spf13/pflag v1.0.5 // indirect
69
- github.com/stretchr/testify v1.8.4 // indirect
70
72
go.uber.org/atomic v1.11.0 // indirect
71
73
go.uber.org/multierr v1.11.0 // indirect
72
74
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
73
- golang.org/x/net v0.20 .0 // indirect
75
+ golang.org/x/net v0.23 .0 // indirect
74
76
golang.org/x/oauth2 v0.16.0 // indirect
75
- golang.org/x/sys v0.16 .0 // indirect
76
- golang.org/x/term v0.16 .0 // indirect
77
+ golang.org/x/sys v0.18 .0 // indirect
78
+ golang.org/x/term v0.18 .0 // indirect
77
79
golang.org/x/text v0.14.0 // indirect
78
80
golang.org/x/time v0.3.0 // indirect
79
81
golang.org/x/tools v0.12.0 // indirect
0 commit comments