1
1
module github.com/openstack-k8s-operators/lib-common/modules/certmanager
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/cert-manager/cert-manager v1.11.5
@@ -11,21 +11,21 @@ require (
11
11
github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240122120141-2eff3281aef1
12
12
go.uber.org/zap v1.27.0
13
13
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
14
- k8s.io/api v0.28.14
15
- k8s.io/apimachinery v0.28.14
16
- k8s.io/client-go v0.28.14
14
+ k8s.io/api v0.29.9
15
+ k8s.io/apimachinery v0.29.9
16
+ k8s.io/client-go v0.29.9
17
17
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
18
- sigs.k8s.io/controller-runtime v0.16 .6
18
+ sigs.k8s.io/controller-runtime v0.17 .6
19
19
)
20
20
21
21
require (
22
22
github.com/beorn7/perks v1.0.1 // indirect
23
23
github.com/cespare/xxhash/v2 v2.2.0 // indirect
24
24
github.com/davecgh/go-spew v1.1.1 // indirect
25
25
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
27
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
28
- github.com/go-logr/zapr v1.2.4 // indirect
26
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
27
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
28
+ github.com/go-logr/zapr v1.3.0 // indirect
29
29
github.com/go-openapi/jsonpointer v0.19.6 // indirect
30
30
github.com/go-openapi/jsonreference v0.20.2 // indirect
31
31
github.com/go-openapi/swag v0.22.3 // indirect
@@ -42,20 +42,20 @@ require (
42
42
github.com/json-iterator/go v1.1.12 // indirect
43
43
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.4.0 // indirect
44
44
github.com/mailru/easyjson v0.7.7 // indirect
45
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
45
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
46
46
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
47
47
github.com/modern-go/reflect2 v1.0.2 // indirect
48
48
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
49
49
github.com/openshift/api v3.9.0+incompatible // indirect
50
50
github.com/pkg/errors v0.9.1 // indirect
51
- github.com/prometheus/client_golang v1.16 .0 // indirect
52
- github.com/prometheus/client_model v0.4 .0 // indirect
53
- github.com/prometheus/common v0.44 .0 // indirect
54
- github.com/prometheus/procfs v0.10.1 // indirect
51
+ github.com/prometheus/client_golang v1.18 .0 // indirect
52
+ github.com/prometheus/client_model v0.5 .0 // indirect
53
+ github.com/prometheus/common v0.45 .0 // indirect
54
+ github.com/prometheus/procfs v0.12.0 // indirect
55
55
github.com/spf13/pflag v1.0.5 // indirect
56
56
go.uber.org/multierr v1.11.0 // indirect
57
57
golang.org/x/net v0.28.0 // indirect
58
- golang.org/x/oauth2 v0.8 .0 // indirect
58
+ golang.org/x/oauth2 v0.12 .0 // indirect
59
59
golang.org/x/sys v0.23.0 // indirect
60
60
golang.org/x/term v0.23.0 // indirect
61
61
golang.org/x/text v0.17.0 // indirect
@@ -67,10 +67,10 @@ require (
67
67
gopkg.in/inf.v0 v0.9.1 // indirect
68
68
gopkg.in/yaml.v2 v2.4.0 // indirect
69
69
gopkg.in/yaml.v3 v3.0.1 // indirect
70
- k8s.io/apiextensions-apiserver v0.28.14 // indirect
71
- k8s.io/component-base v0.28.14 // indirect
70
+ k8s.io/apiextensions-apiserver v0.29.2 // indirect
71
+ k8s.io/component-base v0.29.2 // indirect
72
72
k8s.io/klog/v2 v2.110.1 // indirect
73
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
73
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
74
74
sigs.k8s.io/gateway-api v0.6.0 // indirect
75
75
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
76
76
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
@@ -83,6 +83,6 @@ replace github.com/openstack-k8s-operators/lib-common/modules/test => ../test
83
83
84
84
replace github.com/openstack-k8s-operators/lib-common/modules/openstack => ../openstack
85
85
86
- // mschuppert: map to latest commit from release-4.13 tag
86
+ // mschuppert: map to latest commit from release-4.16 tag
87
87
// must consistent within modules and service operators
88
- replace github.com/openshift/api => github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7
88
+ replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094
0 commit comments