@@ -11,27 +11,30 @@ require (
11
11
github.com/prometheus/client_golang v1.14.0
12
12
github.com/prometheus/client_model v0.3.0
13
13
github.com/stretchr/testify v1.8.2
14
- k8s.io/api v0.26.2
14
+ k8s.io/api v0.27.8
15
15
k8s.io/apiextensions-apiserver v0.25.1
16
- k8s.io/apimachinery v0.26.2
17
- k8s.io/apiserver v0.26.2
18
- k8s.io/client-go v0.26.2
16
+ k8s.io/apimachinery v0.27.8
17
+ k8s.io/apiserver v0.27.8
18
+ k8s.io/client-go v0.27.8
19
19
k8s.io/klog/v2 v2.90.1
20
20
k8s.io/metrics v0.26.2
21
+ k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
21
22
sigs.k8s.io/custom-metrics-apiserver v0.0.0
23
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3
22
24
)
23
25
24
26
replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
25
27
26
28
require (
27
29
github.com/NYTimes/gziphandler v1.1.1 // indirect
28
30
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
31
+ github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
29
32
github.com/beorn7/perks v1.0.1 // indirect
30
33
github.com/blang/semver/v4 v4.0.0 // indirect
31
34
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
32
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
35
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
33
36
github.com/coreos/go-semver v0.3.0 // indirect
34
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
37
+ github.com/coreos/go-systemd/v22 v22.4.0 // indirect
35
38
github.com/davecgh/go-spew v1.1.1 // indirect
36
39
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
37
40
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
@@ -44,12 +47,11 @@ require (
44
47
github.com/go-openapi/swag v0.22.3 // indirect
45
48
github.com/gogo/protobuf v1.3.2 // indirect
46
49
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
47
- github.com/google/cel-go v0.12.6 // indirect
50
+ github.com/google/cel-go v0.12.7 // indirect
48
51
github.com/google/gnostic v0.6.9 // indirect
49
52
github.com/google/go-cmp v0.5.9 // indirect
50
53
github.com/google/gofuzz v1.1.0 // indirect
51
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
52
- github.com/google/uuid v1.1.2 // indirect
54
+ github.com/google/uuid v1.3.0 // indirect
53
55
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
54
56
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
55
57
github.com/hashicorp/errwrap v1.0.0 // indirect
@@ -60,6 +62,7 @@ require (
60
62
github.com/json-iterator/go v1.1.12 // indirect
61
63
github.com/mailru/easyjson v0.7.7 // indirect
62
64
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
65
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
63
66
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
64
67
github.com/modern-go/reflect2 v1.0.2 // indirect
65
68
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -70,11 +73,11 @@ require (
70
73
github.com/spf13/cobra v1.6.0 // indirect
71
74
github.com/spf13/pflag v1.0.5 // indirect
72
75
github.com/stoewer/go-strcase v1.2.0 // indirect
73
- go.etcd.io/etcd/api/v3 v3.5.5 // indirect
74
- go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
75
- go.etcd.io/etcd/client/v3 v3.5.5 // indirect
76
+ go.etcd.io/etcd/api/v3 v3.5.7 // indirect
77
+ go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
78
+ go.etcd.io/etcd/client/v3 v3.5.7 // indirect
76
79
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
77
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
80
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
78
81
go.opentelemetry.io/otel v1.10.0 // indirect
79
82
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
80
83
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
@@ -86,30 +89,30 @@ require (
86
89
go.uber.org/atomic v1.7.0 // indirect
87
90
go.uber.org/multierr v1.6.0 // indirect
88
91
go.uber.org/zap v1.19.0 // indirect
89
- golang.org/x/crypto v0.1 .0 // indirect
90
- golang.org/x/net v0.8 .0 // indirect
91
- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
92
- golang.org/x/sync v0.1 .0 // indirect
93
- golang.org/x/sys v0.6 .0 // indirect
94
- golang.org/x/term v0.6 .0 // indirect
95
- golang.org/x/text v0.8 .0 // indirect
96
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
92
+ golang.org/x/crypto v0.14 .0 // indirect
93
+ golang.org/x/net v0.17 .0 // indirect
94
+ golang.org/x/oauth2 v0.7.0 // indirect
95
+ golang.org/x/sync v0.3 .0 // indirect
96
+ golang.org/x/sys v0.13 .0 // indirect
97
+ golang.org/x/term v0.13 .0 // indirect
98
+ golang.org/x/text v0.13 .0 // indirect
99
+ golang.org/x/time v0.3.0 // indirect
97
100
google.golang.org/appengine v1.6.7 // indirect
98
- google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
99
- google.golang.org/grpc v1.49.0 // indirect
100
- google.golang.org/protobuf v1.28.1 // indirect
101
+ google.golang.org/genproto v0.0.0-20230525234025-438c736192d0 // indirect
102
+ google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a // indirect
103
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
104
+ google.golang.org/grpc v1.56.3 // indirect
105
+ google.golang.org/protobuf v1.31.0 // indirect
101
106
gopkg.in/fsnotify.v1 v1.4.7 // indirect
102
107
gopkg.in/inf.v0 v0.9.1 // indirect
103
108
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
104
109
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
105
110
gopkg.in/yaml.v2 v2.4.0 // indirect
106
111
gopkg.in/yaml.v3 v3.0.1 // indirect
107
- k8s.io/component-base v0.26.2 // indirect
108
- k8s.io/kms v0.26.2 // indirect
109
- k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect
110
- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
111
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
112
+ k8s.io/component-base v0.27.8 // indirect
113
+ k8s.io/kms v0.27.8 // indirect
114
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
115
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
112
116
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
113
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
114
117
sigs.k8s.io/yaml v1.3.0 // indirect
115
118
)
0 commit comments