Skip to content

Commit ddbb62a

Browse files
fix(deps): update github.com/diggerhq/digger/ee/drift digest to e40aac8
1 parent e40aac8 commit ddbb62a

File tree

2 files changed

+716
-8
lines changed

2 files changed

+716
-8
lines changed

ee/backend/go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/buildkite/go-buildkite/v3 v3.11.0
1212
github.com/dchest/uniuri v1.2.0
1313
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
14-
github.com/diggerhq/digger/ee/drift v0.0.0-20241227171610-34d1db1e4299
14+
github.com/diggerhq/digger/ee/drift v0.0.0-20250325105652-e40aac8b87f3
1515
github.com/diggerhq/digger/libs v0.4.15
1616
github.com/gin-gonic/gin v1.10.0
1717
github.com/google/go-github/v61 v61.0.0
@@ -108,7 +108,7 @@ require (
108108
github.com/creack/pty v1.1.17 // indirect
109109
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
110110
github.com/dimchansky/utfbom v1.1.1 // indirect
111-
github.com/dineshba/tf-summarize v0.3.10 // indirect
111+
github.com/dineshba/tf-summarize v0.3.14 // indirect
112112
github.com/dominikbraun/graph v0.23.0 // indirect
113113
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
114114
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
@@ -154,7 +154,7 @@ require (
154154
github.com/gruntwork-io/terratest v0.41.0 // indirect
155155
github.com/hashicorp/errwrap v1.1.0 // indirect
156156
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
157-
github.com/hashicorp/go-getter v1.7.4 // indirect
157+
github.com/hashicorp/go-getter v1.7.8 // indirect
158158
github.com/hashicorp/go-hclog v1.5.0 // indirect
159159
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
160160
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -173,7 +173,7 @@ require (
173173
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
174174
github.com/hashicorp/logutils v1.0.0 // indirect
175175
github.com/hashicorp/terraform v0.15.3 // indirect
176-
github.com/hashicorp/terraform-config-inspect v0.0.0-20240509232506-4708120f8f30 // indirect
176+
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 // indirect
177177
github.com/hashicorp/terraform-json v0.22.1 // indirect
178178
github.com/hashicorp/terraform-registry-address v0.2.0 // indirect
179179
github.com/hashicorp/terraform-svchost v0.0.1 // indirect
@@ -194,6 +194,7 @@ require (
194194
github.com/jstemmer/go-junit-report v1.0.0 // indirect
195195
github.com/klauspost/compress v1.17.7 // indirect
196196
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
197+
github.com/ktrysmt/go-bitbucket v0.9.81 // indirect
197198
github.com/kylelemons/godebug v1.1.0 // indirect
198199
github.com/leodido/go-urn v1.4.0 // indirect
199200
github.com/lib/pq v1.10.9 // indirect
@@ -278,13 +279,13 @@ require (
278279
go.uber.org/atomic v1.9.0 // indirect
279280
go.uber.org/multierr v1.9.0 // indirect
280281
golang.org/x/arch v0.8.0 // indirect
281-
golang.org/x/crypto v0.28.0 // indirect
282+
golang.org/x/crypto v0.32.0 // indirect
282283
golang.org/x/mod v0.17.0 // indirect
283-
golang.org/x/net v0.30.0 // indirect
284+
golang.org/x/net v0.34.0 // indirect
284285
golang.org/x/oauth2 v0.24.0 // indirect
285286
golang.org/x/sync v0.10.0 // indirect
286-
golang.org/x/sys v0.26.0 // indirect
287-
golang.org/x/term v0.25.0 // indirect
287+
golang.org/x/sys v0.29.0 // indirect
288+
golang.org/x/term v0.28.0 // indirect
288289
golang.org/x/text v0.21.0 // indirect
289290
golang.org/x/time v0.7.0 // indirect
290291
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect

0 commit comments

Comments
 (0)