@@ -15,7 +15,7 @@ require (
15
15
github.com/aws/aws-sdk-go-v2/service/s3 v1.84.1
16
16
github.com/aws/smithy-go v1.22.4
17
17
github.com/cyphar/filepath-securejoin v0.4.1
18
- github.com/elgohr/go-localstack v1.0.133
18
+ github.com/elgohr/go-localstack v1.0.140
19
19
github.com/flux-iac/tofu-controller/api v0.0.0-20250321074822-67198a27f35b
20
20
github.com/flux-iac/tofu-controller/tfctl v0.0.0-20250321074822-67198a27f35b
21
21
github.com/fluxcd/pkg/apis/event v0.18.0
@@ -30,19 +30,19 @@ require (
30
30
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
31
31
github.com/hashicorp/terraform-exec v0.23.0
32
32
github.com/hashicorp/terraform-json v0.25.0
33
- github.com/jenkins-x/go-scm v1.15.1
33
+ github.com/jenkins-x/go-scm v1.15.16
34
34
github.com/kubescape/go-git-url v0.0.30
35
- github.com/maxbrunsfeld/counterfeiter/v6 v6.11.3
36
- github.com/onsi/gomega v1.38.0
35
+ github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
36
+ github.com/onsi/gomega v1.38.2
37
37
github.com/spf13/afero v1.14.0
38
38
github.com/spf13/cobra v1.9.1
39
- github.com/spf13/pflag v1.0.7
39
+ github.com/spf13/pflag v1.0.10
40
40
github.com/spf13/viper v1.20.1
41
- github.com/stretchr/testify v1.10.0
41
+ github.com/stretchr/testify v1.11.1
42
42
github.com/zclconf/go-cty v1.16.3
43
- golang.org/x/net v0.42 .0
43
+ golang.org/x/net v0.43 .0
44
44
google.golang.org/grpc v1.74.2
45
- google.golang.org/protobuf v1.36.6
45
+ google.golang.org/protobuf v1.36.7
46
46
gopkg.in/yaml.v2 v2.4.0
47
47
k8s.io/api v0.33.3
48
48
k8s.io/apiextensions-apiserver v0.33.3
@@ -58,7 +58,7 @@ require (
58
58
require (
59
59
code.gitea.io/sdk/gitea v0.20.0 // indirect
60
60
dario.cat/mergo v1.0.1 // indirect
61
- fortio.org/safecast v1.0 .0 // indirect
61
+ fortio.org/safecast v1.2 .0 // indirect
62
62
github.com/42wim/httpsig v1.2.2 // indirect
63
63
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
64
64
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -113,7 +113,7 @@ require (
113
113
github.com/davidmz/go-pageant v1.0.2 // indirect
114
114
github.com/distribution/reference v0.6.0 // indirect
115
115
github.com/docker/docker v28.3.3+incompatible // indirect
116
- github.com/docker/go-connections v0.5 .0 // indirect
116
+ github.com/docker/go-connections v0.6 .0 // indirect
117
117
github.com/docker/go-units v0.5.0 // indirect
118
118
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
119
119
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
@@ -199,15 +199,15 @@ require (
199
199
go.uber.org/zap v1.27.0 // indirect
200
200
go.yaml.in/yaml/v2 v2.4.2 // indirect
201
201
go.yaml.in/yaml/v3 v3.0.4 // indirect
202
- golang.org/x/crypto v0.40 .0 // indirect
203
- golang.org/x/mod v0.26 .0 // indirect
204
- golang.org/x/oauth2 v0.30 .0 // indirect
205
- golang.org/x/sync v0.16 .0 // indirect
206
- golang.org/x/sys v0.34 .0 // indirect
207
- golang.org/x/term v0.33 .0 // indirect
208
- golang.org/x/text v0.27 .0 // indirect
202
+ golang.org/x/crypto v0.41 .0 // indirect
203
+ golang.org/x/mod v0.27 .0 // indirect
204
+ golang.org/x/oauth2 v0.31 .0 // indirect
205
+ golang.org/x/sync v0.17 .0 // indirect
206
+ golang.org/x/sys v0.35 .0 // indirect
207
+ golang.org/x/term v0.34 .0 // indirect
208
+ golang.org/x/text v0.29 .0 // indirect
209
209
golang.org/x/time v0.12.0 // indirect
210
- golang.org/x/tools v0.35 .0 // indirect
210
+ golang.org/x/tools v0.36 .0 // indirect
211
211
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
212
212
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
213
213
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
0 commit comments