1
1
module github.com/flux-iac/tofu-controller/tfctl
2
2
3
3
go 1.22.7
4
+ toolchain go1.23.4
4
5
5
6
replace github.com/flux-iac/tofu-controller/api => ../api
6
7
7
8
require (
8
9
github.com/flux-iac/tofu-controller/api v0.0.0-00010101000000-000000000000
9
- github.com/fluxcd/cli-utils v0.36.0-flux.7
10
+ github.com/fluxcd/cli-utils v0.36.0-flux.11
10
11
github.com/fluxcd/pkg/apis/meta v1.5.0
11
12
github.com/fluxcd/pkg/ssa v0.39.1
12
13
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
13
14
github.com/hashicorp/go-version v1.7.0
14
15
github.com/hashicorp/hc-install v0.7.0
15
16
github.com/olekukonko/tablewriter v0.0.5
16
- github.com/onsi/gomega v1.34.0
17
- github.com/spf13/cobra v1.8.0
17
+ github.com/onsi/gomega v1.36.1
18
+ github.com/spf13/cobra v1.8.1
18
19
github.com/spf13/viper v1.19.0
19
20
github.com/theckman/yacspin v0.13.12
20
- k8s.io/api v0.30.1
21
- k8s.io/apimachinery v0.30.1
22
- k8s.io/cli-runtime v0.30.1
23
- k8s.io/client-go v0.30.1
24
- sigs.k8s.io/controller-runtime v0.18 .3
25
- sigs.k8s.io/kustomize/kyaml v0.17.0
21
+ k8s.io/api v0.32.0
22
+ k8s.io/apimachinery v0.32.0
23
+ k8s.io/cli-runtime v0.32.0
24
+ k8s.io/client-go v0.32.0
25
+ sigs.k8s.io/controller-runtime v0.19 .3
26
+ sigs.k8s.io/kustomize/kyaml v0.18.1
26
27
sigs.k8s.io/yaml v1.4.0
27
28
)
28
29
29
30
require (
30
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
31
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
31
32
github.com/MakeNowJust/heredoc v1.0.0 // indirect
32
33
github.com/blang/semver/v4 v4.0.0 // indirect
33
34
github.com/chai2010/gettext-go v1.0.2 // indirect
34
35
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35
36
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
36
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
37
37
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
38
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
38
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
39
39
github.com/fatih/color v1.16.0 // indirect
40
40
github.com/fluxcd/pkg/apis/acl v0.3.0 // indirect
41
41
github.com/fluxcd/source-controller/api v1.3.0 // indirect
42
42
github.com/fsnotify/fsnotify v1.7.0 // indirect
43
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
43
44
github.com/go-errors/errors v1.5.1 // indirect
44
- github.com/go-logr/logr v1.4.1 // indirect
45
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
45
+ github.com/go-logr/logr v1.4.2 // indirect
46
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
46
47
github.com/go-openapi/jsonreference v0.20.2 // indirect
47
- github.com/go-openapi/swag v0.22.4 // indirect
48
+ github.com/go-openapi/swag v0.23.0 // indirect
48
49
github.com/gogo/protobuf v1.3.2 // indirect
49
50
github.com/golang/protobuf v1.5.4 // indirect
50
51
github.com/google/btree v1.0.1 // indirect
@@ -54,11 +55,10 @@ require (
54
55
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
55
56
github.com/google/uuid v1.6.0 // indirect
56
57
github.com/gorilla/websocket v1.5.0 // indirect
57
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
58
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
58
59
github.com/hashicorp/errwrap v1.1.0 // indirect
59
60
github.com/hashicorp/go-multierror v1.1.1 // indirect
60
61
github.com/hashicorp/hcl v1.0.0 // indirect
61
- github.com/imdario/mergo v0.3.15 // indirect
62
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
63
63
github.com/josharian/intern v1.0.0 // indirect
64
64
github.com/json-iterator/go v1.1.12 // indirect
@@ -70,7 +70,7 @@ require (
70
70
github.com/mattn/go-runewidth v0.0.13 // indirect
71
71
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
72
72
github.com/mitchellh/mapstructure v1.5.0 // indirect
73
- github.com/moby/spdystream v0.2 .0 // indirect
73
+ github.com/moby/spdystream v0.5 .0 // indirect
74
74
github.com/moby/term v0.5.0 // indirect
75
75
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
76
76
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -89,31 +89,30 @@ require (
89
89
github.com/spf13/cast v1.6.0 // indirect
90
90
github.com/spf13/pflag v1.0.5 // indirect
91
91
github.com/subosito/gotenv v1.6.0 // indirect
92
+ github.com/x448/float16 v0.8.4 // indirect
92
93
github.com/xlab/treeprint v1.2.0 // indirect
93
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
94
94
go.uber.org/multierr v1.11.0 // indirect
95
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
96
- golang.org/x/mod v0.17 .0 // indirect
97
- golang.org/x/net v0.25 .0 // indirect
98
- golang.org/x/oauth2 v0.19 .0 // indirect
99
- golang.org/x/sync v0.7 .0 // indirect
100
- golang.org/x/sys v0.20 .0 // indirect
101
- golang.org/x/term v0.20 .0 // indirect
102
- golang.org/x/text v0.15 .0 // indirect
103
- golang.org/x/time v0.5 .0 // indirect
104
- google.golang.org/protobuf v1.34 .1 // indirect
95
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
96
+ golang.org/x/mod v0.21 .0 // indirect
97
+ golang.org/x/net v0.32 .0 // indirect
98
+ golang.org/x/oauth2 v0.24 .0 // indirect
99
+ golang.org/x/sync v0.10 .0 // indirect
100
+ golang.org/x/sys v0.28 .0 // indirect
101
+ golang.org/x/term v0.27 .0 // indirect
102
+ golang.org/x/text v0.21 .0 // indirect
103
+ golang.org/x/time v0.8 .0 // indirect
104
+ google.golang.org/protobuf v1.35 .1 // indirect
105
105
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
106
106
gopkg.in/inf.v0 v0.9.1 // indirect
107
107
gopkg.in/ini.v1 v1.67.0 // indirect
108
- gopkg.in/yaml.v2 v2.4.0 // indirect
109
108
gopkg.in/yaml.v3 v3.0.1 // indirect
110
- k8s.io/apiextensions-apiserver v0.30.1 // indirect
111
- k8s.io/component-base v0.30.1 // indirect
112
- k8s.io/klog/v2 v2.120 .1 // indirect
113
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
114
- k8s.io/kubectl v0.30 .0 // indirect
115
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
116
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
117
- sigs.k8s.io/kustomize/api v0.17.1 // indirect
118
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
109
+ k8s.io/apiextensions-apiserver v0.32.0 // indirect
110
+ k8s.io/component-base v0.32.0 // indirect
111
+ k8s.io/klog/v2 v2.130 .1 // indirect
112
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
113
+ k8s.io/kubectl v0.32 .0 // indirect
114
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
115
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
116
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
117
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
119
118
)
0 commit comments