Skip to content

Commit c9602fb

Browse files
authored
feat: Add a data source to wrap Fargate tasks in the Sysdig workload agent (#120)
1 parent 37ae391 commit c9602fb

File tree

5 files changed

+484
-10
lines changed

5 files changed

+484
-10
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ require (
77
cloud.google.com/go/storage v1.13.0 // indirect
88
github.com/agext/levenshtein v1.2.3 // indirect
99
github.com/apparentlymart/go-cidr v1.1.0 // indirect
10-
github.com/aws/aws-sdk-go v1.37.10 // indirect
10+
github.com/aws/aws-sdk-go v1.37.10
11+
github.com/falcosecurity/kilt/pkg v0.0.0-20210817131636-d0ea1236e9cf // indirect
12+
github.com/falcosecurity/kilt/runtimes/cloudformation v0.0.0-20210817131636-d0ea1236e9cf
1113
github.com/fatih/color v1.12.0 // indirect
1214
github.com/hashicorp/errwrap v1.1.0 // indirect
1315
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
@@ -21,6 +23,7 @@ require (
2123
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
2224
github.com/hashicorp/yamux v0.0.0-20210707203944-259a57b3608c // indirect
2325
github.com/jmespath/go-jmespath v0.4.0
26+
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
2427
github.com/klauspost/compress v1.11.7 // indirect
2528
github.com/mattn/go-isatty v0.0.13 // indirect
2629
github.com/mitchellh/go-testing-interface v1.14.1 // indirect

0 commit comments

Comments
 (0)