diff --git a/cmd/ftl/cmd_init.go b/cmd/ftl/cmd_init.go index 1036ec9e2f..8777812602 100644 --- a/cmd/ftl/cmd_init.go +++ b/cmd/ftl/cmd_init.go @@ -8,12 +8,11 @@ import ( "reflect" "strings" + "github.com/TBD54566975/scaffolder" "github.com/alecthomas/errors" "github.com/beevik/etree" "github.com/iancoleman/strcase" - "github.com/TBD54566975/scaffolder" - "github.com/TBD54566975/ftl/internal" kotlinruntime "github.com/TBD54566975/ftl/kotlin-runtime" )