1
1
module github.com/vshn/statefulset-resize-controller
2
2
3
- go 1.20
3
+ go 1.22.7
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
- github.com/stretchr/testify v1.8.4
8
+ github.com/stretchr/testify v1.9.0
7
9
go.uber.org/zap v1.25.0
8
10
k8s.io/api v0.27.4
9
11
k8s.io/apimachinery v0.27.4
10
12
k8s.io/client-go v0.27.4
11
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b
13
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
12
14
sigs.k8s.io/controller-runtime v0.15.0
13
15
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20230728161957-7f0c6dc440f3
14
16
sigs.k8s.io/controller-tools v0.12.1
15
17
sigs.k8s.io/kustomize/kustomize/v3 v3.10.0
18
+ sigs.k8s.io/kustomize/kustomize/v5 v5.6.0
16
19
)
17
20
18
21
require (
19
22
github.com/beorn7/perks v1.0.1 // indirect
23
+ github.com/blang/semver/v4 v4.0.0 // indirect
20
24
github.com/cespare/xxhash/v2 v2.2.0 // indirect
21
25
github.com/davecgh/go-spew v1.1.1 // indirect
22
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
26
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
23
27
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
24
28
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
25
29
github.com/fatih/color v1.15.0 // indirect
26
30
github.com/fsnotify/fsnotify v1.6.0 // indirect
27
31
github.com/go-errors/errors v1.4.2 // indirect
28
- github.com/go-logr/logr v1.2.4 // indirect
32
+ github.com/go-logr/logr v1.4.2 // indirect
29
33
github.com/go-logr/zapr v1.2.4 // indirect
30
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
34
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
31
35
github.com/go-openapi/jsonreference v0.20.2 // indirect
32
- github.com/go-openapi/swag v0.22.4 // indirect
36
+ github.com/go-openapi/swag v0.23.0 // indirect
33
37
github.com/gobuffalo/flect v1.0.2 // indirect
34
38
github.com/gogo/protobuf v1.3.2 // indirect
35
39
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36
40
github.com/golang/protobuf v1.5.3 // indirect
37
41
github.com/google/gnostic v0.6.9 // indirect
38
- github.com/google/go-cmp v0.5.9 // indirect
42
+ github.com/google/gnostic-models v0.6.9 // indirect
43
+ github.com/google/go-cmp v0.6.0 // indirect
39
44
github.com/google/gofuzz v1.2.0 // indirect
40
45
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
41
- github.com/google/uuid v1.3 .0 // indirect
46
+ github.com/google/uuid v1.6 .0 // indirect
42
47
github.com/imdario/mergo v0.3.16 // indirect
43
48
github.com/inconshreveable/mousetrap v1.1.0 // indirect
44
49
github.com/josharian/intern v1.0.0 // indirect
@@ -58,35 +63,37 @@ require (
58
63
github.com/prometheus/common v0.44.0 // indirect
59
64
github.com/prometheus/procfs v0.11.1 // indirect
60
65
github.com/spf13/afero v1.9.5 // indirect
61
- github.com/spf13/cobra v1.7 .0 // indirect
66
+ github.com/spf13/cobra v1.8 .0 // indirect
62
67
github.com/spf13/pflag v1.0.5 // indirect
63
68
github.com/xlab/treeprint v1.2.0 // indirect
64
69
go.starlark.net v0.0.0-20230731234521-9b46791399bf // indirect
65
70
go.uber.org/multierr v1.11.0 // indirect
66
- golang.org/x/mod v0.12 .0 // indirect
67
- golang.org/x/net v0.13 .0 // indirect
71
+ golang.org/x/mod v0.20 .0 // indirect
72
+ golang.org/x/net v0.28 .0 // indirect
68
73
golang.org/x/oauth2 v0.10.0 // indirect
69
- golang.org/x/sys v0.10.0 // indirect
70
- golang.org/x/term v0.10.0 // indirect
71
- golang.org/x/text v0.11.0 // indirect
74
+ golang.org/x/sync v0.10.0 // indirect
75
+ golang.org/x/sys v0.28.0 // indirect
76
+ golang.org/x/term v0.23.0 // indirect
77
+ golang.org/x/text v0.21.0 // indirect
72
78
golang.org/x/time v0.3.0 // indirect
73
- golang.org/x/tools v0.11.1 // indirect
79
+ golang.org/x/tools v0.24.0 // indirect
74
80
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
75
81
google.golang.org/appengine v1.6.7 // indirect
76
- google.golang.org/protobuf v1.31.0 // indirect
82
+ google.golang.org/protobuf v1.35.1 // indirect
83
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
77
84
gopkg.in/inf.v0 v0.9.1 // indirect
78
85
gopkg.in/yaml.v2 v2.4.0 // indirect
79
86
gopkg.in/yaml.v3 v3.0.1 // indirect
80
87
k8s.io/apiextensions-apiserver v0.27.4 // indirect
81
88
k8s.io/component-base v0.27.4 // indirect
82
- k8s.io/klog/v2 v2.100 .1 // indirect
83
- k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 // indirect
89
+ k8s.io/klog/v2 v2.130 .1 // indirect
90
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
84
91
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
85
- sigs.k8s.io/kustomize/api v0.13.4 // indirect
86
- sigs.k8s.io/kustomize/cmd/config v0.11.2 // indirect
87
- sigs.k8s.io/kustomize/kyaml v0.14.2 // indirect
88
- sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
89
- sigs.k8s.io/yaml v1.3 .0 // indirect
92
+ sigs.k8s.io/kustomize/api v0.19.0 // indirect
93
+ sigs.k8s.io/kustomize/cmd/config v0.19.0 // indirect
94
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
95
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
96
+ sigs.k8s.io/yaml v1.4 .0 // indirect
90
97
)
91
98
92
99
replace github.com/googleapis/gnostic-models => github.com/googleapis/gnostic v0.5.5
0 commit comments