@@ -7,7 +7,7 @@ replace github.com/diggerhq/digger/libs => ../../libs
7
7
replace github.com/diggerhq/digger/cli => ../../cli
8
8
9
9
require (
10
- github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
10
+ github.com/diggerhq/digger/backend v0.0.0-20250324163118-d07625c2f026
11
11
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e
12
12
github.com/diggerhq/digger/libs v0.4.15
13
13
github.com/google/go-github/v61 v61.0.0
@@ -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
@@ -173,8 +173,9 @@ require (
173
173
github.com/imdario/mergo v0.3.12 // indirect
174
174
github.com/inconshreveable/mousetrap v1.1.0 // indirect
175
175
github.com/jackc/pgpassfile v1.0.0 // indirect
176
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
177
- github.com/jackc/pgx/v5 v5.4.3 // indirect
176
+ github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
177
+ github.com/jackc/pgx/v5 v5.5.5 // indirect
178
+ github.com/jackc/puddle/v2 v2.2.1 // indirect
178
179
github.com/jessevdk/go-flags v1.5.0 // indirect
179
180
github.com/jinzhu/inflection v1.0.0 // indirect
180
181
github.com/jinzhu/now v1.1.5 // indirect
@@ -183,6 +184,7 @@ require (
183
184
github.com/jstemmer/go-junit-report v1.0.0 // indirect
184
185
github.com/klauspost/compress v1.17.7 // indirect
185
186
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
187
+ github.com/ktrysmt/go-bitbucket v0.9.81 // indirect
186
188
github.com/kylelemons/godebug v1.1.0 // indirect
187
189
github.com/leodido/go-urn v1.4.0 // indirect
188
190
github.com/lib/pq v1.10.9 // indirect
@@ -261,15 +263,15 @@ require (
261
263
go.uber.org/atomic v1.9.0 // indirect
262
264
go.uber.org/multierr v1.9.0 // indirect
263
265
golang.org/x/arch v0.8.0 // indirect
264
- golang.org/x/crypto v0.28 .0 // indirect
266
+ golang.org/x/crypto v0.32 .0 // indirect
265
267
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
266
268
golang.org/x/mod v0.17.0 // indirect
267
- golang.org/x/net v0.30 .0 // indirect
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/net v0.34 .0 // indirect
270
+ golang.org/x/oauth2 v0.24 .0 // indirect
271
+ golang.org/x/sync v0.10 .0 // indirect
272
+ golang.org/x/sys v0.29 .0 // indirect
273
+ golang.org/x/term v0.28 .0 // indirect
274
+ golang.org/x/text v0.21 .0 // indirect
273
275
golang.org/x/time v0.7.0 // indirect
274
276
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
275
277
google.golang.org/api v0.203.0 // indirect
@@ -285,6 +287,6 @@ require (
285
287
gopkg.in/yaml.v2 v2.4.0 // indirect
286
288
gopkg.in/yaml.v3 v3.0.1 // indirect
287
289
gorm.io/driver/postgres v1.5.7 // indirect
288
- gorm.io/gorm v1.25.10 // indirect
290
+ gorm.io/gorm v1.25.11 // indirect
289
291
sigs.k8s.io/yaml v1.4.0 // indirect
290
292
)
0 commit comments