@@ -4,52 +4,51 @@ go 1.18
4
4
5
5
require (
6
6
github.com/apparentlymart/go-cidr v1.0.1
7
- github.com/blang/semver v3.5.1+incompatible
7
+ github.com/blang/semver/v4 v4.0.0
8
8
github.com/davecgh/go-spew v1.1.1
9
9
github.com/foxcpp/go-mockdns v0.0.0-20210729171921-fb145fc6f897
10
10
github.com/ghodss/yaml v1.0.0
11
11
github.com/gonum/graph v0.0.0-20190426092945-678096d81a4b
12
12
github.com/google/go-cmp v0.5.6
13
13
github.com/imdario/mergo v0.3.8
14
14
github.com/miekg/dns v1.1.25
15
- github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
16
- github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3
17
- github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
18
- github.com/openshift/library-go v0.0.0-20220727134723-6802b30e83ba
15
+ github.com/openshift/api v0.0.0-20220831183848-09c070622e2c
16
+ github.com/openshift/build-machinery-go v0.0.0-20220720161851-9b4f0386f6b0
17
+ github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea
18
+ github.com/openshift/library-go v0.0.0-20220831200629-330d9097d0f0
19
19
github.com/pkg/profile v1.5.0 // indirect
20
20
github.com/prometheus-operator/prometheus-operator/pkg/client v0.45.0
21
21
github.com/prometheus/client_golang v1.12.1
22
22
github.com/spf13/cobra v1.4.0
23
23
github.com/spf13/pflag v1.0.5
24
24
github.com/stretchr/testify v1.7.0
25
- go.etcd.io/etcd/client/v3 v3.5.1
26
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158
27
- k8s.io/api v0.24 .0
28
- k8s.io/apiextensions-apiserver v0.24 .0
29
- k8s.io/apimachinery v0.24 .0
30
- k8s.io/apiserver v0.24 .0
31
- k8s.io/client-go v0.24 .0
32
- k8s.io/component-base v0.24 .0
33
- k8s.io/klog/v2 v2.60 .1
34
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
25
+ go.etcd.io/etcd/client/v3 v3.5.4
26
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
27
+ k8s.io/api v0.25 .0
28
+ k8s.io/apiextensions-apiserver v0.25 .0
29
+ k8s.io/apimachinery v0.25 .0
30
+ k8s.io/apiserver v0.25 .0
31
+ k8s.io/client-go v0.25 .0
32
+ k8s.io/component-base v0.25 .0
33
+ k8s.io/klog/v2 v2.70 .1
34
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
35
35
sigs.k8s.io/kube-storage-version-migrator v0.0.4
36
36
)
37
37
38
- require github.com/blang/semver/v4 v4.0.0
39
-
40
38
require (
41
39
github.com/NYTimes/gziphandler v1.1.1 // indirect
42
40
github.com/PuerkitoBio/purell v1.1.1 // indirect
43
41
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
44
42
github.com/beorn7/perks v1.0.1 // indirect
43
+ github.com/blang/semver v3.5.1+incompatible // indirect
45
44
github.com/cespare/xxhash/v2 v2.1.2 // indirect
46
45
github.com/coreos/go-semver v0.3.0 // indirect
47
46
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
48
- github.com/emicklei/go-restful v2.9.5+incompatible // indirect
47
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
49
48
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
50
49
github.com/felixge/httpsnoop v1.0.1 // indirect
51
50
github.com/fsnotify/fsnotify v1.4.9 // indirect
52
- github.com/go-logr/logr v1.2.1 // indirect
51
+ github.com/go-logr/logr v1.2.3 // indirect
53
52
github.com/go-openapi/jsonpointer v0.19.5 // indirect
54
53
github.com/go-openapi/jsonreference v0.19.5 // indirect
55
54
github.com/go-openapi/swag v0.19.14 // indirect
@@ -82,8 +81,8 @@ require (
82
81
github.com/prometheus/procfs v0.7.3 // indirect
83
82
github.com/robfig/cron v1.2.0 // indirect
84
83
github.com/sirupsen/logrus v1.8.1 // indirect
85
- go.etcd.io/etcd/api/v3 v3.5.1 // indirect
86
- go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
84
+ go.etcd.io/etcd/api/v3 v3.5.4 // indirect
85
+ go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
87
86
go.opentelemetry.io/contrib v0.20.0 // indirect
88
87
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
89
88
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
@@ -98,26 +97,26 @@ require (
98
97
go.uber.org/atomic v1.7.0 // indirect
99
98
go.uber.org/multierr v1.6.0 // indirect
100
99
go.uber.org/zap v1.19.0 // indirect
101
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
102
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
100
+ golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
101
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
103
102
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
104
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
103
+ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
105
104
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
106
105
golang.org/x/text v0.3.7 // indirect
107
106
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
108
- golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717 // indirect
107
+ golang.org/x/tools v0.1.12 // indirect
109
108
google.golang.org/appengine v1.6.7 // indirect
110
- google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
111
- google.golang.org/grpc v1.40 .0 // indirect
112
- google.golang.org/protobuf v1.27.1 // indirect
109
+ google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
110
+ google.golang.org/grpc v1.47 .0 // indirect
111
+ google.golang.org/protobuf v1.28.0 // indirect
113
112
gopkg.in/inf.v0 v0.9.1 // indirect
114
113
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
115
114
gopkg.in/yaml.v2 v2.4.0 // indirect
116
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
117
- k8s.io/kube-aggregator v0.24 .0 // indirect
118
- k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
119
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 // indirect
120
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
121
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
115
+ gopkg.in/yaml.v3 v3.0.1 // indirect
116
+ k8s.io/kube-aggregator v0.25 .0 // indirect
117
+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
118
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.32 // indirect
119
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
120
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
122
121
sigs.k8s.io/yaml v1.2.0 // indirect
123
122
)
0 commit comments