Skip to content

Commit

Permalink
(#167) Use extracted forms and scaffold library
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed May 15, 2024
1 parent a1e51d3 commit a5e94e2
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 1,448 deletions.
2 changes: 1 addition & 1 deletion builder/transform_scaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"fmt"
"io"

"github.com/choria-io/appbuilder/scaffold"
"github.com/choria-io/scaffold"
)

type scaffoldTransform struct {
Expand Down
2 changes: 1 addition & 1 deletion commands/form/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"strings"

"github.com/choria-io/appbuilder/builder"
"github.com/choria-io/appbuilder/forms"
"github.com/choria-io/fisk"
"github.com/choria-io/scaffold/forms"
)

type Command struct {
Expand Down
2 changes: 1 addition & 1 deletion commands/scaffold/scaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"strings"

"github.com/choria-io/appbuilder/builder"
"github.com/choria-io/appbuilder/scaffold"
"github.com/choria-io/fisk"
"github.com/choria-io/scaffold"
)

type Command struct {
Expand Down
56 changes: 0 additions & 56 deletions forms/array_entry.go

This file was deleted.

Loading

0 comments on commit a5e94e2

Please sign in to comment.