1
1
module github.com/stefanprodan/timoni
2
2
3
- go 1.22
3
+ go 1.22.0
4
4
5
5
require (
6
6
cuelang.org/go v0.9.2
7
7
github.com/Masterminds/semver/v3 v3.2.1
8
- github.com/briandowns/spinner v1.23.0
8
+ github.com/briandowns/spinner v1.23.1
9
9
github.com/distribution/distribution/v3 v3.0.0-alpha.1
10
- github.com/fatih/color v1.16 .0
11
- github.com/fluxcd/cli-utils v0.36.0-flux.4
12
- github.com/fluxcd/pkg/sourceignore v0.6 .0
13
- github.com/fluxcd/pkg/ssa v0.37.0
14
- github.com/fluxcd/pkg/tar v0.6 .0
15
- github.com/getkin/kin-openapi v0.123 .0
16
- github.com/go-logr/logr v1.4.1
10
+ github.com/fatih/color v1.17 .0
11
+ github.com/fluxcd/cli-utils v0.36.0-flux.7
12
+ github.com/fluxcd/pkg/sourceignore v0.7 .0
13
+ github.com/fluxcd/pkg/ssa v0.39.1
14
+ github.com/fluxcd/pkg/tar v0.7 .0
15
+ github.com/getkin/kin-openapi v0.125 .0
16
+ github.com/go-logr/logr v1.4.2
17
17
github.com/go-logr/zerologr v1.2.3
18
18
github.com/gonvenience/ytbx v1.4.4
19
19
github.com/google/go-cmp v0.6.0
20
- github.com/google/go-containerregistry v0.19.1
20
+ github.com/google/go-containerregistry v0.19.2
21
21
github.com/hashicorp/go-cleanhttp v0.5.2
22
- github.com/homeport/dyff v1.7.1
22
+ github.com/homeport/dyff v1.8.0
23
23
github.com/mattn/go-shellwords v1.0.12
24
24
github.com/olekukonko/tablewriter v0.0.5
25
- github.com/onsi/gomega v1.32.0
25
+ github.com/onsi/gomega v1.33.1
26
26
github.com/otiai10/copy v1.14.0
27
27
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
28
- github.com/rs/zerolog v1.32 .0
28
+ github.com/rs/zerolog v1.33 .0
29
29
github.com/sirupsen/logrus v1.9.3
30
- github.com/spf13/cobra v1.8.0
31
- k8s.io/api v0.29.3
32
- k8s.io/apiextensions-apiserver v0.29.3
33
- k8s.io/apimachinery v0.29.3
34
- k8s.io/cli-runtime v0.29.3
35
- k8s.io/client-go v0.29.3
36
- sigs.k8s.io/controller-runtime v0.17.2
30
+ github.com/spf13/cobra v1.8.1
31
+ k8s.io/api v0.30.2
32
+ k8s.io/apiextensions-apiserver v0.30.2
33
+ k8s.io/apimachinery v0.30.2
34
+ k8s.io/cli-runtime v0.30.2
35
+ k8s.io/client-go v0.30.2
36
+ sigs.k8s.io/controller-runtime v0.18.4
37
37
sigs.k8s.io/yaml v1.4.0
38
38
)
39
39
@@ -43,16 +43,17 @@ require (
43
43
github.com/BurntSushi/toml v1.3.2 // indirect
44
44
github.com/MakeNowJust/heredoc v1.0.0 // indirect
45
45
github.com/beorn7/perks v1.0.1 // indirect
46
+ github.com/blang/semver/v4 v4.0.0 // indirect
46
47
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
47
48
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
48
49
github.com/cespare/xxhash/v2 v2.2.0 // indirect
49
50
github.com/chai2010/gettext-go v1.0.2 // indirect
50
51
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
51
52
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
52
53
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
53
- github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
54
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
55
- github.com/davecgh/go-spew v1.1.1 // indirect
54
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
55
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
56
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
56
57
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
57
58
github.com/distribution/reference v0.5.0 // indirect
58
59
github.com/docker/cli v24.0.9+incompatible // indirect
@@ -64,7 +65,7 @@ require (
64
65
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
65
66
github.com/emicklei/proto v1.10.0 // indirect
66
67
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
67
- github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
68
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
68
69
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
69
70
github.com/felixge/httpsnoop v1.0.4 // indirect
70
71
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -94,8 +95,8 @@ require (
94
95
github.com/gorilla/websocket v1.5.0 // indirect
95
96
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
96
97
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
97
- github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
98
- github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
98
+ github.com/hashicorp/golang-lru/arc/v2 v2.0.7 // indirect
99
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
99
100
github.com/imdario/mergo v0.3.15 // indirect
100
101
github.com/inconshreveable/mousetrap v1.1.0 // indirect
101
102
github.com/invopop/yaml v0.2.0 // indirect
@@ -161,33 +162,33 @@ require (
161
162
go.opentelemetry.io/otel/trace v1.21.0 // indirect
162
163
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
163
164
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
164
- golang.org/x/crypto v0.23 .0 // indirect
165
+ golang.org/x/crypto v0.24 .0 // indirect
165
166
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
166
- golang.org/x/mod v0.17 .0 // indirect
167
- golang.org/x/net v0.25 .0 // indirect
168
- golang.org/x/oauth2 v0.20 .0 // indirect
167
+ golang.org/x/mod v0.18 .0 // indirect
168
+ golang.org/x/net v0.26 .0 // indirect
169
+ golang.org/x/oauth2 v0.21 .0 // indirect
169
170
golang.org/x/sync v0.7.0 // indirect
170
- golang.org/x/sys v0.20 .0 // indirect
171
- golang.org/x/term v0.20 .0 // indirect
172
- golang.org/x/text v0.15 .0 // indirect
171
+ golang.org/x/sys v0.21 .0 // indirect
172
+ golang.org/x/term v0.21 .0 // indirect
173
+ golang.org/x/text v0.16 .0 // indirect
173
174
golang.org/x/time v0.5.0 // indirect
174
175
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
175
176
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
176
177
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
177
178
google.golang.org/grpc v1.59.0 // indirect
178
179
google.golang.org/protobuf v1.33.0 // indirect
179
- gopkg.in/evanphx/json-patch.v5 v5.6 .0 // indirect
180
+ gopkg.in/evanphx/json-patch.v4 v4.12 .0 // indirect
180
181
gopkg.in/inf.v0 v0.9.1 // indirect
181
182
gopkg.in/warnings.v0 v0.1.2 // indirect
182
183
gopkg.in/yaml.v2 v2.4.0 // indirect
183
184
gopkg.in/yaml.v3 v3.0.1 // indirect
184
- k8s.io/component-base v0.29.3 // indirect
185
- k8s.io/klog/v2 v2.110 .1 // indirect
186
- k8s.io/kube-openapi v0.0.0-20231206194836-bf4651e18aa8 // indirect
187
- k8s.io/kubectl v0.29.3 // indirect
185
+ k8s.io/component-base v0.30.2 // indirect
186
+ k8s.io/klog/v2 v2.120 .1 // indirect
187
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
188
+ k8s.io/kubectl v0.30.2 // indirect
188
189
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
189
190
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
190
- sigs.k8s.io/kustomize/api v0.16.0 // indirect
191
- sigs.k8s.io/kustomize/kyaml v0.16 .0 // indirect
191
+ sigs.k8s.io/kustomize/api v0.17.1 // indirect
192
+ sigs.k8s.io/kustomize/kyaml v0.17 .0 // indirect
192
193
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
193
194
)
0 commit comments