@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli
8
8
9
9
require (
10
10
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
11
- github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e
11
+ github.com/diggerhq/digger/cli v0.0.0-20250325105652-e40aac8b87f3
12
12
github.com/diggerhq/digger/libs v0.4.15
13
13
github.com/google/go-github/v61 v61.0.0
14
14
github.com/samber/lo v1.44.0
@@ -103,7 +103,7 @@ require (
103
103
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
104
104
github.com/dchest/uniuri v1.2.0 // indirect
105
105
github.com/dimchansky/utfbom v1.1.1 // indirect
106
- github.com/dineshba/tf-summarize v0.3.10 // indirect
106
+ github.com/dineshba/tf-summarize v0.3.14 // indirect
107
107
github.com/dominikbraun/graph v0.23.0 // indirect
108
108
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
109
109
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
@@ -143,7 +143,7 @@ require (
143
143
github.com/gruntwork-io/terratest v0.41.0 // indirect
144
144
github.com/hashicorp/errwrap v1.1.0 // indirect
145
145
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
146
- github.com/hashicorp/go-getter v1.7.4 // indirect
146
+ github.com/hashicorp/go-getter v1.7.8 // indirect
147
147
github.com/hashicorp/go-hclog v1.5.0 // indirect
148
148
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
149
149
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -162,7 +162,7 @@ require (
162
162
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
163
163
github.com/hashicorp/logutils v1.0.0 // indirect
164
164
github.com/hashicorp/terraform v0.15.3 // indirect
165
- github.com/hashicorp/terraform-config-inspect v0.0.0-20240509232506-4708120f8f30 // indirect
165
+ github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 // indirect
166
166
github.com/hashicorp/terraform-json v0.22.1 // indirect
167
167
github.com/hashicorp/terraform-registry-address v0.2.0 // indirect
168
168
github.com/hashicorp/terraform-svchost v0.0.1 // indirect
@@ -261,15 +261,15 @@ require (
261
261
go.uber.org/atomic v1.9.0 // indirect
262
262
go.uber.org/multierr v1.9.0 // indirect
263
263
golang.org/x/arch v0.8.0 // indirect
264
- golang.org/x/crypto v0.28 .0 // indirect
264
+ golang.org/x/crypto v0.32 .0 // indirect
265
265
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
266
266
golang.org/x/mod v0.17.0 // indirect
267
- golang.org/x/net v0.30 .0 // indirect
267
+ golang.org/x/net v0.34 .0 // indirect
268
268
golang.org/x/oauth2 v0.23.0 // indirect
269
- golang.org/x/sync v0.8 .0 // indirect
270
- golang.org/x/sys v0.26 .0 // indirect
271
- golang.org/x/term v0.25 .0 // indirect
272
- golang.org/x/text v0.19 .0 // indirect
269
+ golang.org/x/sync v0.10 .0 // indirect
270
+ golang.org/x/sys v0.29 .0 // indirect
271
+ golang.org/x/term v0.28 .0 // indirect
272
+ golang.org/x/text v0.21 .0 // indirect
273
273
golang.org/x/time v0.7.0 // indirect
274
274
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
275
275
google.golang.org/api v0.203.0 // indirect
0 commit comments