@@ -29,25 +29,25 @@ require (
29
29
github.com/gophercloud/utils v0.0.0-20221124081324-7bac6f5cdf99
30
30
github.com/goware/urlx v0.3.2
31
31
github.com/jongio/azidext/go/azidext v0.4.0
32
- github.com/openshift/api v0.0.0-20230804173756-26b8597c4de2
33
- github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d
34
- github.com/openshift/client-go v0.0.0-20230120202327-72f107311084
35
- github.com/openshift/library-go v0.0.0-20230120214501-9bc305884fcb
36
- github.com/prometheus/client_golang v1.15.1
32
+ github.com/openshift/api v0.0.0-20231020115248-f404f2bc3524
33
+ github.com/openshift/build-machinery-go v0.0.0-20230816154005-5a38e1bfd880
34
+ github.com/openshift/client-go v0.0.0-20231018150822-6e226e2825a6
35
+ github.com/openshift/library-go v0.0.0-20231020125034-5a2d9fe760b3
36
+ github.com/prometheus/client_golang v1.16.0
37
37
github.com/prometheus/client_model v0.4.0
38
38
github.com/prometheus/common v0.44.0
39
- github.com/spf13/cobra v1.6.1
39
+ github.com/spf13/cobra v1.7.0
40
40
github.com/stretchr/testify v1.8.4
41
- golang.org/x/net v0.11 .0
41
+ golang.org/x/net v0.17 .0
42
42
golang.org/x/oauth2 v0.8.0
43
43
golang.org/x/time v0.3.0
44
44
google.golang.org/api v0.126.0
45
45
gopkg.in/yaml.v2 v2.4.0
46
- k8s.io/api v0.27.4
47
- k8s.io/apimachinery v0.27.4
48
- k8s.io/client-go v0.27.4
46
+ k8s.io/api v0.28.3
47
+ k8s.io/apimachinery v0.28.3
48
+ k8s.io/client-go v0.28.3
49
49
k8s.io/klog/v2 v2.100.1
50
- k8s.io/utils v0.0.0-20230209194617-a36077c30491
50
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b
51
51
)
52
52
53
53
require (
@@ -67,24 +67,24 @@ require (
67
67
github.com/NYTimes/gziphandler v1.1.1 // indirect
68
68
github.com/PuerkitoBio/purell v1.1.1 // indirect
69
69
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
70
- github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
70
+ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
71
71
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
72
72
github.com/beorn7/perks v1.0.1 // indirect
73
73
github.com/blang/semver/v4 v4.0.0 // indirect
74
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
74
+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
75
75
github.com/cespare/xxhash/v2 v2.2.0 // indirect
76
- github.com/coreos/go-semver v0.3.0 // indirect
77
- github.com/coreos/go-systemd/v22 v22.4 .0 // indirect
76
+ github.com/coreos/go-semver v0.3.1 // indirect
77
+ github.com/coreos/go-systemd/v22 v22.5 .0 // indirect
78
78
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
79
79
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
80
80
github.com/felixge/httpsnoop v1.0.3 // indirect
81
81
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
82
82
github.com/fsnotify/fsnotify v1.6.0 // indirect
83
- github.com/go-logr/logr v1.2.3 // indirect
83
+ github.com/go-logr/logr v1.2.4 // indirect
84
84
github.com/go-logr/stdr v1.2.2 // indirect
85
85
github.com/go-openapi/errors v0.19.8 // indirect
86
86
github.com/go-openapi/jsonpointer v0.19.6 // indirect
87
- github.com/go-openapi/jsonreference v0.20.1 // indirect
87
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
88
88
github.com/go-openapi/strfmt v0.20.1 // indirect
89
89
github.com/go-openapi/swag v0.22.3 // indirect
90
90
github.com/go-playground/locales v0.13.0 // indirect
@@ -94,8 +94,8 @@ require (
94
94
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
95
95
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
96
96
github.com/golang/protobuf v1.5.3 // indirect
97
- github.com/google/cel-go v0.12.6 // indirect
98
- github.com/google/gnostic v0.5.7-v3refs // indirect
97
+ github.com/google/cel-go v0.16.1 // indirect
98
+ github.com/google/gnostic-models v0.6.8 // indirect
99
99
github.com/google/gofuzz v1.2.0 // indirect
100
100
github.com/google/s2a-go v0.1.4 // indirect
101
101
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
@@ -104,7 +104,7 @@ require (
104
104
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
105
105
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
106
106
github.com/imdario/mergo v0.3.8 // indirect
107
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
107
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
108
108
github.com/jmespath/go-jmespath v0.4.0 // indirect
109
109
github.com/josharian/intern v1.0.0 // indirect
110
110
github.com/json-iterator/go v1.1.12 // indirect
@@ -124,14 +124,14 @@ require (
124
124
github.com/pkg/errors v0.9.1 // indirect
125
125
github.com/pkg/profile v1.3.0 // indirect
126
126
github.com/pmezard/go-difflib v1.0.0 // indirect
127
- github.com/prometheus/procfs v0.9.0 // indirect
127
+ github.com/prometheus/procfs v0.10.1 // indirect
128
128
github.com/robfig/cron v1.2.0 // indirect
129
129
github.com/sirupsen/logrus v1.9.0 // indirect
130
130
github.com/spf13/pflag v1.0.5 // indirect
131
131
github.com/stoewer/go-strcase v1.2.0 // indirect
132
- go.etcd.io/etcd/api/v3 v3.5.7 // indirect
133
- go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
134
- go.etcd.io/etcd/client/v3 v3.5.7 // indirect
132
+ go.etcd.io/etcd/api/v3 v3.5.9 // indirect
133
+ go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
134
+ go.etcd.io/etcd/client/v3 v3.5.9 // indirect
135
135
go.mongodb.org/mongo-driver v1.5.1 // indirect
136
136
go.opencensus.io v0.24.0 // indirect
137
137
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
@@ -144,14 +144,15 @@ require (
144
144
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
145
145
go.opentelemetry.io/otel/trace v1.10.0 // indirect
146
146
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
147
- go.uber.org/atomic v1.7 .0 // indirect
148
- go.uber.org/multierr v1.6 .0 // indirect
147
+ go.uber.org/atomic v1.10 .0 // indirect
148
+ go.uber.org/multierr v1.11 .0 // indirect
149
149
go.uber.org/zap v1.19.0 // indirect
150
- golang.org/x/crypto v0.10.0 // indirect
150
+ golang.org/x/crypto v0.14.0 // indirect
151
+ golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
151
152
golang.org/x/sync v0.2.0 // indirect
152
- golang.org/x/sys v0.9 .0 // indirect
153
- golang.org/x/term v0.9 .0 // indirect
154
- golang.org/x/text v0.10 .0 // indirect
153
+ golang.org/x/sys v0.13 .0 // indirect
154
+ golang.org/x/term v0.13 .0 // indirect
155
+ golang.org/x/text v0.13 .0 // indirect
155
156
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
156
157
google.golang.org/appengine v1.6.7 // indirect
157
158
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
@@ -162,17 +163,17 @@ require (
162
163
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
163
164
gopkg.in/inf.v0 v0.9.1 // indirect
164
165
gopkg.in/ini.v1 v1.62.0 // indirect
165
- gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
166
+ gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
166
167
gopkg.in/yaml.v3 v3.0.1 // indirect
167
- k8s.io/apiextensions-apiserver v0.26.1 // indirect
168
- k8s.io/apiserver v0.27.4 // indirect
169
- k8s.io/component-base v0.27.4 // indirect
170
- k8s.io/kms v0.27.4 // indirect
171
- k8s.io/kube-aggregator v0.26.1 // indirect
172
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
168
+ k8s.io/apiextensions-apiserver v0.28.2 // indirect
169
+ k8s.io/apiserver v0.28.2 // indirect
170
+ k8s.io/component-base v0.28.2 // indirect
171
+ k8s.io/kms v0.28.2 // indirect
172
+ k8s.io/kube-aggregator v0.28.2 // indirect
173
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
173
174
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
174
175
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
175
- sigs.k8s.io/kube-storage-version-migrator v0.0.4 // indirect
176
+ sigs.k8s.io/kube-storage-version-migrator v0.0.6-0.20230721195810-5c8923c5ff96 // indirect
176
177
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
177
178
sigs.k8s.io/yaml v1.3.0 // indirect
178
179
)
0 commit comments