@@ -21,27 +21,25 @@ require (
21
21
k8s.io/apimachinery v0.29.1
22
22
k8s.io/client-go v0.29.1
23
23
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
24
- sigs.k8s.io/controller-runtime v0.15.2
24
+ sigs.k8s.io/controller-runtime v0.17.1
25
25
)
26
26
27
27
require (
28
28
github.com/BurntSushi/toml v1.3.2 // indirect
29
29
github.com/Masterminds/goutils v1.1.1 // indirect
30
30
github.com/Masterminds/semver/v3 v3.2.0 // indirect
31
31
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
32
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
33
32
github.com/beorn7/perks v1.0.1 // indirect
34
33
github.com/bradleyfalzon/ghinstallation/v2 v2.9.0 // indirect
35
34
github.com/cespare/xxhash/v2 v2.2.0 // indirect
36
- github.com/cloudflare/circl v1.3.7 // indirect
37
35
github.com/davecgh/go-spew v1.1.1 // indirect
38
36
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39
37
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
40
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
38
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
41
39
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
42
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
40
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
43
41
github.com/go-errors/errors v1.4.2 // indirect
44
- github.com/go-logr/zapr v1.2.4 // indirect
42
+ github.com/go-logr/zapr v1.3.0 // indirect
45
43
github.com/go-openapi/jsonpointer v0.19.6 // indirect
46
44
github.com/go-openapi/jsonreference v0.20.2 // indirect
47
45
github.com/go-openapi/swag v0.22.3 // indirect
@@ -64,7 +62,7 @@ require (
64
62
github.com/mailru/easyjson v0.7.7 // indirect
65
63
github.com/mattn/go-colorable v0.1.13 // indirect
66
64
github.com/mattn/go-isatty v0.0.19 // indirect
67
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
65
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
68
66
github.com/mitchellh/copystructure v1.0.0 // indirect
69
67
github.com/mitchellh/reflectwalk v1.0.0 // indirect
70
68
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -75,10 +73,10 @@ require (
75
73
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
76
74
github.com/pkg/errors v0.9.1 // indirect
77
75
github.com/pmezard/go-difflib v1.0.0 // indirect
78
- github.com/prometheus/client_golang v1.16 .0 // indirect
79
- github.com/prometheus/client_model v0.4 .0 // indirect
80
- github.com/prometheus/common v0.44 .0 // indirect
81
- github.com/prometheus/procfs v0.10.1 // indirect
76
+ github.com/prometheus/client_golang v1.18 .0 // indirect
77
+ github.com/prometheus/client_model v0.5 .0 // indirect
78
+ github.com/prometheus/common v0.45 .0 // indirect
79
+ github.com/prometheus/procfs v0.12.0 // indirect
82
80
github.com/rs/zerolog v1.31.0 // indirect
83
81
github.com/shopspring/decimal v1.2.0 // indirect
84
82
github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456 // indirect
@@ -90,29 +88,30 @@ require (
90
88
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
91
89
go.uber.org/multierr v1.11.0 // indirect
92
90
golang.org/x/crypto v0.18.0 // indirect
91
+ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
93
92
golang.org/x/net v0.20.0 // indirect
94
93
golang.org/x/oauth2 v0.16.0 // indirect
95
- golang.org/x/sync v0.2 .0 // indirect
94
+ golang.org/x/sync v0.5 .0 // indirect
96
95
golang.org/x/sys v0.16.0 // indirect
97
96
golang.org/x/term v0.16.0 // indirect
98
97
golang.org/x/text v0.14.0 // indirect
99
98
golang.org/x/time v0.3.0 // indirect
100
- gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
99
+ gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
101
100
google.golang.org/appengine v1.6.7 // indirect
102
101
google.golang.org/protobuf v1.31.0 // indirect
103
102
gopkg.in/inf.v0 v0.9.1 // indirect
104
103
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
105
104
gopkg.in/yaml.v2 v2.4.0 // indirect
106
105
gopkg.in/yaml.v3 v3.0.1 // indirect
107
- k8s.io/apiextensions-apiserver v0.27.2 // indirect
106
+ k8s.io/apiextensions-apiserver v0.29.0 // indirect
108
107
k8s.io/cli-runtime v0.28.2 // indirect
109
- k8s.io/component-base v0.28.2 // indirect
108
+ k8s.io/component-base v0.29.0 // indirect
110
109
k8s.io/klog/v2 v2.110.1 // indirect
111
110
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
112
111
k8s.io/kubectl v0.28.2 // indirect
113
112
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
114
113
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
115
114
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
116
115
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
117
- sigs.k8s.io/yaml v1.3 .0 // indirect
116
+ sigs.k8s.io/yaml v1.4 .0 // indirect
118
117
)
0 commit comments