1
1
module github.com/fluxcd/cli-utils
2
2
3
- go 1.22.7
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.6.0
7
7
github.com/google/uuid v1.6.0
8
8
github.com/onsi/ginkgo/v2 v2.22.0
9
- github.com/onsi/gomega v1.36.0
9
+ github.com/onsi/gomega v1.36.1
10
10
github.com/spf13/cobra v1.8.1
11
11
github.com/spyzhov/ajson v0.9.6
12
12
github.com/stretchr/testify v1.10.0
13
13
gopkg.in/yaml.v3 v3.0.1
14
- k8s.io/api v0.31.3
15
- k8s.io/apiextensions-apiserver v0.31.3
16
- k8s.io/apimachinery v0.31.3
17
- k8s.io/cli-runtime v0.31.3
18
- k8s.io/client-go v0.31.3
19
- k8s.io/component-base v0.31.3
14
+ k8s.io/api v0.32.0
15
+ k8s.io/apiextensions-apiserver v0.32.0
16
+ k8s.io/apimachinery v0.32.0
17
+ k8s.io/cli-runtime v0.32.0
18
+ k8s.io/client-go v0.32.0
19
+ k8s.io/component-base v0.32.0
20
20
k8s.io/klog/v2 v2.130.1
21
- k8s.io/kubectl v0.31.3
22
- k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
23
- sigs.k8s.io/controller-runtime v0.19.2
21
+ k8s.io/kubectl v0.32.0
22
+ k8s.io/utils v0.0.0-20241210054802-24370beab758
23
+ sigs.k8s.io/controller-runtime v0.19.3
24
24
sigs.k8s.io/kustomize/kyaml v0.18.1
25
25
sigs.k8s.io/yaml v1.4.0
26
26
)
27
27
28
28
require (
29
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
29
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
30
30
github.com/MakeNowJust/heredoc v1.0.0 // indirect
31
31
github.com/beorn7/perks v1.0.1 // indirect
32
32
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -36,35 +36,32 @@ require (
36
36
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
37
37
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
38
38
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
39
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
39
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
40
40
github.com/fatih/camelcase v1.0.0 // indirect
41
- github.com/fsnotify/fsnotify v1.7.0 // indirect
42
41
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
43
42
github.com/go-errors/errors v1.5.1 // indirect
44
43
github.com/go-logr/logr v1.4.2 // indirect
45
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
44
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
46
45
github.com/go-openapi/jsonreference v0.20.2 // indirect
47
- github.com/go-openapi/swag v0.22.4 // indirect
46
+ github.com/go-openapi/swag v0.23.0 // indirect
48
47
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
49
48
github.com/gogo/protobuf v1.3.2 // indirect
50
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
51
49
github.com/golang/protobuf v1.5.4 // indirect
52
50
github.com/google/btree v1.0.1 // indirect
53
51
github.com/google/gnostic-models v0.6.8 // indirect
54
52
github.com/google/gofuzz v1.2.0 // indirect
55
53
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
56
54
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
57
55
github.com/gorilla/websocket v1.5.0 // indirect
58
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
59
- github.com/imdario/mergo v0.3.13 // indirect
56
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
60
57
github.com/inconshreveable/mousetrap v1.1.0 // indirect
61
- github.com/jonboulle/clockwork v0.2.2 // indirect
58
+ github.com/jonboulle/clockwork v0.4.0 // indirect
62
59
github.com/josharian/intern v1.0.0 // indirect
63
60
github.com/json-iterator/go v1.1.12 // indirect
64
61
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
65
62
github.com/mailru/easyjson v0.7.7 // indirect
66
63
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
67
- github.com/moby/spdystream v0.4 .0 // indirect
64
+ github.com/moby/spdystream v0.5 .0 // indirect
68
65
github.com/moby/term v0.5.0 // indirect
69
66
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
70
67
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -82,22 +79,23 @@ require (
82
79
github.com/spf13/pflag v1.0.5 // indirect
83
80
github.com/x448/float16 v0.8.4 // indirect
84
81
github.com/xlab/treeprint v1.2.0 // indirect
85
- golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
86
- golang.org/x/net v0.31.0 // indirect
82
+ go.opentelemetry.io/otel v1.28.0 // indirect
83
+ go.opentelemetry.io/otel/trace v1.28.0 // indirect
84
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
85
+ golang.org/x/net v0.32.0 // indirect
87
86
golang.org/x/oauth2 v0.24.0 // indirect
88
- golang.org/x/sync v0.9 .0 // indirect
89
- golang.org/x/sys v0.27 .0 // indirect
90
- golang.org/x/term v0.26 .0 // indirect
91
- golang.org/x/text v0.20 .0 // indirect
87
+ golang.org/x/sync v0.10 .0 // indirect
88
+ golang.org/x/sys v0.28 .0 // indirect
89
+ golang.org/x/term v0.27 .0 // indirect
90
+ golang.org/x/text v0.21 .0 // indirect
92
91
golang.org/x/time v0.8.0 // indirect
93
- golang.org/x/tools v0.27 .0 // indirect
92
+ golang.org/x/tools v0.28 .0 // indirect
94
93
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
95
94
google.golang.org/protobuf v1.35.1 // indirect
96
95
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
97
96
gopkg.in/inf.v0 v0.9.1 // indirect
98
- gopkg.in/yaml.v2 v2.4.0 // indirect
99
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
100
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
97
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
98
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
101
99
sigs.k8s.io/kustomize/api v0.18.0 // indirect
102
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
100
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
103
101
)
0 commit comments