1
1
module github.com/onmetal/controller-utils
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/golang/mock v1.6.0
@@ -10,13 +10,13 @@ require (
10
10
github.com/spf13/pflag v1.0.5
11
11
github.com/stretchr/testify v1.8.1
12
12
golang.org/x/exp v0.0.0-20221006183845-316c7553db56
13
- k8s.io/api v0.24.3
14
- k8s.io/apiextensions-apiserver v0.24.3
15
- k8s.io/apimachinery v0.24.3
16
- k8s.io/apiserver v0.24.3
17
- k8s.io/client-go v0.24.3
18
- k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
19
- sigs.k8s.io/controller-runtime v0.12.3
13
+ k8s.io/api v0.25.5
14
+ k8s.io/apiextensions-apiserver v0.25.5
15
+ k8s.io/apimachinery v0.25.5
16
+ k8s.io/apiserver v0.25.5
17
+ k8s.io/client-go v0.25.5
18
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
19
+ sigs.k8s.io/controller-runtime v0.13.1
20
20
sigs.k8s.io/kustomize/api v0.12.1
21
21
sigs.k8s.io/kustomize/kyaml v0.13.9
22
22
)
@@ -25,7 +25,7 @@ require (
25
25
github.com/NYTimes/gziphandler v1.1.1 // indirect
26
26
github.com/PuerkitoBio/purell v1.1.1 // indirect
27
27
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
28
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
28
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
29
29
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
30
30
github.com/beorn7/perks v1.0.1 // indirect
31
31
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -34,10 +34,11 @@ require (
34
34
github.com/coreos/go-semver v0.3.0 // indirect
35
35
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
36
36
github.com/davecgh/go-spew v1.1.1 // indirect
37
- github.com/emicklei/go-restful v2.9.5+incompatible // indirect
37
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
38
38
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
39
+ github.com/evanphx/json-patch/v5 v5.6.0 // indirect
39
40
github.com/felixge/httpsnoop v1.0.1 // indirect
40
- github.com/fsnotify/fsnotify v1.5.1 // indirect
41
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
41
42
github.com/go-errors/errors v1.0.1 // indirect
42
43
github.com/go-logr/logr v1.2.3 // indirect
43
44
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -46,7 +47,7 @@ require (
46
47
github.com/gogo/protobuf v1.3.2 // indirect
47
48
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
48
49
github.com/golang/protobuf v1.5.2 // indirect
49
- github.com/google/cel-go v0.10.1 // indirect
50
+ github.com/google/cel-go v0.12.5 // indirect
50
51
github.com/google/gnostic v0.5.7-v3refs // indirect
51
52
github.com/google/go-cmp v0.5.9 // indirect
52
53
github.com/google/gofuzz v1.1.0 // indirect
@@ -67,17 +68,17 @@ require (
67
68
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
68
69
github.com/pkg/errors v0.9.1 // indirect
69
70
github.com/pmezard/go-difflib v1.0.0 // indirect
70
- github.com/prometheus/client_golang v1.12.1 // indirect
71
+ github.com/prometheus/client_golang v1.12.2 // indirect
71
72
github.com/prometheus/client_model v0.2.0 // indirect
72
73
github.com/prometheus/common v0.32.1 // indirect
73
74
github.com/prometheus/procfs v0.7.3 // indirect
74
75
github.com/spf13/cobra v1.4.0 // indirect
75
76
github.com/stoewer/go-strcase v1.2.0 // indirect
76
77
github.com/stretchr/objx v0.5.0 // indirect
77
78
github.com/xlab/treeprint v1.1.0 // indirect
78
- go.etcd.io/etcd/api/v3 v3.5.1 // indirect
79
- go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
80
- go.etcd.io/etcd/client/v3 v3.5.1 // indirect
79
+ go.etcd.io/etcd/api/v3 v3.5.4 // indirect
80
+ go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
81
+ go.etcd.io/etcd/client/v3 v3.5.4 // indirect
81
82
go.opentelemetry.io/contrib v0.20.0 // indirect
82
83
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
83
84
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
@@ -92,29 +93,29 @@ require (
92
93
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
93
94
go.uber.org/atomic v1.7.0 // indirect
94
95
go.uber.org/multierr v1.6.0 // indirect
95
- go.uber.org/zap v1.19.1 // indirect
96
+ go.uber.org/zap v1.21.0 // indirect
96
97
golang.org/x/mod v0.6.0 // indirect
97
- golang.org/x/net v0.1.0 // indirect
98
+ golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
98
99
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
99
100
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
100
- golang.org/x/sys v0.1 .0 // indirect
101
- golang.org/x/term v0.1 .0 // indirect
102
- golang.org/x/text v0.4 .0 // indirect
103
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
101
+ golang.org/x/sys v0.3 .0 // indirect
102
+ golang.org/x/term v0.3 .0 // indirect
103
+ golang.org/x/text v0.5 .0 // indirect
104
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
104
105
golang.org/x/tools v0.2.0 // indirect
105
106
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
106
107
google.golang.org/appengine v1.6.7 // indirect
107
- google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
108
- google.golang.org/grpc v1.40 .0 // indirect
108
+ google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
109
+ google.golang.org/grpc v1.47 .0 // indirect
109
110
google.golang.org/protobuf v1.28.0 // indirect
110
111
gopkg.in/inf.v0 v0.9.1 // indirect
111
112
gopkg.in/yaml.v2 v2.4.0 // indirect
112
113
gopkg.in/yaml.v3 v3.0.1 // indirect
113
- k8s.io/component-base v0.24.3 // indirect
114
- k8s.io/klog/v2 v2.60 .1 // indirect
115
- k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661 // indirect
116
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 // indirect
117
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
118
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
114
+ k8s.io/component-base v0.25.5 // indirect
115
+ k8s.io/klog/v2 v2.70 .1 // indirect
116
+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
117
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.33 // indirect
118
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
119
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
119
120
sigs.k8s.io/yaml v1.3.0 // indirect
120
121
)
0 commit comments