Skip to content

Commit

Permalink
build: move runtimes/cloudformation into the sysdiglabs/agent-kilt na…
Browse files Browse the repository at this point in the history
…mespace
  • Loading branch information
gnosek committed Dec 7, 2023
1 parent c805e86 commit 1d6c072
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtimes/terraform/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/sysdiglabs/agent-kilt/runtimes/terraform
go 1.18

require (
github.com/falcosecurity/kilt/runtimes/cloudformation v0.0.0-00010101000000-000000000000
github.com/sysdiglabs/agent-kilt/runtimes/cloudformation v0.0.0-00010101000000-000000000000
github.com/hashicorp/terraform-plugin-framework v0.1.0
github.com/hashicorp/terraform-plugin-go v0.3.1
)
Expand Down Expand Up @@ -38,4 +38,4 @@ require (
google.golang.org/protobuf v1.24.0 // indirect
)

replace github.com/falcosecurity/kilt/runtimes/cloudformation => ./../../runtimes/cloudformation
replace github.com/sysdiglabs/agent-kilt/runtimes/cloudformation => ./../../runtimes/cloudformation
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"context"
"encoding/json"

"github.com/falcosecurity/kilt/runtimes/cloudformation/cfnpatcher"
"github.com/hashicorp/terraform-plugin-framework/schema"
"github.com/hashicorp/terraform-plugin-framework/tfsdk"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
"github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher"
)

type dataSourceFargateContainerDefinitions struct {
Expand Down
2 changes: 1 addition & 1 deletion runtimes/terraform/tf/fargate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"encoding/json"
"errors"

"github.com/falcosecurity/kilt/runtimes/cloudformation/cfnpatcher"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/sysdiglabs/agent-kilt/runtimes/cloudformation/cfnpatcher"
)

type cfnProperties struct {
Expand Down

0 comments on commit 1d6c072

Please sign in to comment.