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