Skip to content

Commit

Permalink
build: rename kilt terraform package to sysdiglabs/agent-kilt namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gnosek committed Dec 7, 2023
1 parent 6b709fd commit c805e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimes/terraform/cmd/terraform-provider-kilt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package main

import (
"context"
"github.com/falcosecurity/kilt/runtimes/terraform/tf"
"github.com/hashicorp/terraform-plugin-framework/tfsdk"
"github.com/sysdiglabs/agent-kilt/runtimes/terraform/tf"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion runtimes/terraform/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/falcosecurity/kilt/runtimes/terraform
module github.com/sysdiglabs/agent-kilt/runtimes/terraform

go 1.18

Expand Down

0 comments on commit c805e86

Please sign in to comment.