1
1
module github.com/operator-framework/rukpak
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.21.3
4
6
5
7
require (
6
8
github.com/go-git/go-billy/v5 v5.5.0
@@ -18,17 +20,17 @@ require (
18
20
github.com/stretchr/testify v1.8.4
19
21
golang.org/x/crypto v0.18.0
20
22
golang.org/x/sync v0.6.0
21
- helm.sh/helm/v3 v3.13.3
22
- k8s.io/api v0.28.5
23
- k8s.io/apiextensions-apiserver v0.28.5
24
- k8s.io/apimachinery v0.28.5
25
- k8s.io/cli-runtime v0.28.5
26
- k8s.io/client-go v0.28.5
27
- k8s.io/component-base v0.28.5
23
+ helm.sh/helm/v3 v3.14.0
24
+ k8s.io/api v0.29.0
25
+ k8s.io/apiextensions-apiserver v0.29.0
26
+ k8s.io/apimachinery v0.29.0
27
+ k8s.io/cli-runtime v0.29.0
28
+ k8s.io/client-go v0.29.0
29
+ k8s.io/component-base v0.29.0
28
30
k8s.io/kube-aggregator v0.28.5
29
- k8s.io/utils v0.0.0-20230505201702-9f6742963106
31
+ k8s.io/utils v0.0.0-20240102154912-e7106e64919e
30
32
sigs.k8s.io/cli-utils v0.35.0
31
- sigs.k8s.io/controller-runtime v0.16.3
33
+ sigs.k8s.io/controller-runtime v0.17.2
32
34
sigs.k8s.io/yaml v1.4.0
33
35
)
34
36
@@ -76,8 +78,8 @@ require (
76
78
github.com/docker/go-units v0.5.0 // indirect
77
79
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
78
80
github.com/emirpasic/gods v1.18.1 // indirect
79
- github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
80
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
81
+ github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
82
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
81
83
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
82
84
github.com/fatih/color v1.15.0 // indirect
83
85
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -86,7 +88,7 @@ require (
86
88
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
87
89
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
88
90
github.com/go-logr/stdr v1.2.2 // indirect
89
- github.com/go-logr/zapr v1.2.4 // indirect
91
+ github.com/go-logr/zapr v1.3.0 // indirect
90
92
github.com/go-openapi/jsonpointer v0.19.6 // indirect
91
93
github.com/go-openapi/jsonreference v0.20.2 // indirect
92
94
github.com/go-openapi/swag v0.22.4 // indirect
@@ -96,14 +98,15 @@ require (
96
98
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
97
99
github.com/golang/protobuf v1.5.3 // indirect
98
100
github.com/google/btree v1.1.2 // indirect
99
- github.com/google/cel-go v0.16.1 // indirect
101
+ github.com/google/cel-go v0.17.7 // indirect
100
102
github.com/google/gnostic-models v0.6.8 // indirect
101
103
github.com/google/go-cmp v0.6.0 // indirect
102
104
github.com/google/gofuzz v1.2.0 // indirect
103
105
github.com/google/pprof v0.0.0-20230907193218-d3ddc7976beb // indirect
104
106
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
105
107
github.com/google/uuid v1.4.0 // indirect
106
108
github.com/gorilla/mux v1.8.1 // indirect
109
+ github.com/gorilla/websocket v1.5.0 // indirect
107
110
github.com/gosuri/uitable v0.0.4 // indirect
108
111
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
109
112
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
@@ -143,6 +146,7 @@ require (
143
146
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
144
147
github.com/morikuni/aec v1.0.0 // indirect
145
148
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
149
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
146
150
github.com/opencontainers/go-digest v1.0.0 // indirect
147
151
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
148
152
github.com/opencontainers/runc v1.1.10 // indirect
@@ -186,7 +190,7 @@ require (
186
190
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
187
191
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
188
192
go.uber.org/multierr v1.11.0 // indirect
189
- go.uber.org/zap v1.25 .0 // indirect
193
+ go.uber.org/zap v1.26 .0 // indirect
190
194
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
191
195
golang.org/x/mod v0.14.0 // indirect
192
196
golang.org/x/net v0.20.0 // indirect
@@ -207,15 +211,15 @@ require (
207
211
gopkg.in/warnings.v0 v0.1.2 // indirect
208
212
gopkg.in/yaml.v2 v2.4.0 // indirect
209
213
gopkg.in/yaml.v3 v3.0.1 // indirect
210
- k8s.io/apiserver v0.28.5 // indirect
211
- k8s.io/klog/v2 v2.100 .1 // indirect
212
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
213
- k8s.io/kubectl v0.28.5 // indirect
214
+ k8s.io/apiserver v0.29.0 // indirect
215
+ k8s.io/klog/v2 v2.110 .1 // indirect
216
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
217
+ k8s.io/kubectl v0.29.0 // indirect
214
218
oras.land/oras-go v1.2.4 // indirect
215
219
rsc.io/letsencrypt v0.0.3 // indirect
216
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
220
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
217
221
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
218
222
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
219
223
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
220
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
224
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
221
225
)
0 commit comments