Skip to content

Commit

Permalink
refactor: move to agent-kilt
Browse files Browse the repository at this point in the history
Signed-off-by: francesco-racciatti <[email protected]>
  • Loading branch information
francesco-racciatti committed Nov 24, 2023
1 parent eebfad8 commit 2d43539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysdig/data_source_sysdig_fargate_ECS_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"testing"

"github.com/Jeffail/gabs/v2"
"github.com/falcosecurity/kilt/runtimes/cloudformation/cfnpatcher"
"github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher"
"github.com/stretchr/testify/assert"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion sysdig/data_source_sysdig_fargate_workload_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/Jeffail/gabs/v2"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ecs"
"github.com/falcosecurity/kilt/runtimes/cloudformation/cfnpatcher"
"github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher"

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (darwin, amd64)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (freebsd, arm)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (openbsd, 386)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (freebsd, amd64)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (openbsd, amd64)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (linux, 386)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / go build

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (linux, arm)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (freebsd, 386)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (solaris, amd64)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (windows, amd64)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (linux, amd64)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:

Check failure on line 14 in sysdig/data_source_sysdig_fargate_workload_agent.go

View workflow job for this annotation

GitHub Actions / Build (windows, 386)

no required module provides package github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher; to add it:
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down

0 comments on commit 2d43539

Please sign in to comment.