This repository was archived by the owner on Sep 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +24
-24
lines changed
Expand file tree Collapse file tree 15 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 99 "github.com/spf13/viper"
1010 "gopkg.in/yaml.v2"
1111
12- "github.com/getstackhead/stackhead/ cli/stackhead"
12+ "github.com/getstackhead/stackhead- cli/stackhead"
1313)
1414
1515type Inventory struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cli
33import (
44 "github.com/spf13/cobra"
55
6- "github.com/getstackhead/stackhead/ cli/routines"
6+ "github.com/getstackhead/stackhead- cli/routines"
77)
88
99// Validate is a command object for Cobra that provides the validate command
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package commands
33import (
44 "github.com/spf13/cobra"
55
6- commandsinit "github.com/getstackhead/stackhead/ cli/commands/init"
7- "github.com/getstackhead/stackhead/ cli/routines"
6+ commandsinit "github.com/getstackhead/stackhead- cli/commands/init"
7+ "github.com/getstackhead/stackhead- cli/routines"
88)
99
1010// Init is a command object for Cobra that provides the init command
Original file line number Diff line number Diff line change 44 "fmt"
55 "sync"
66
7- "github.com/getstackhead/stackhead/ cli/ansible"
8- "github.com/getstackhead/stackhead/ cli/routines"
7+ "github.com/getstackhead/stackhead- cli/ansible"
8+ "github.com/getstackhead/stackhead- cli/routines"
99)
1010
1111func installCollection (version string ) error {
Original file line number Diff line number Diff line change 55 "strings"
66 "sync"
77
8- "github.com/getstackhead/stackhead/ cli/routines"
9- "github.com/getstackhead/stackhead/ cli/stackhead"
8+ "github.com/getstackhead/stackhead- cli/routines"
9+ "github.com/getstackhead/stackhead- cli/stackhead"
1010)
1111
1212func collectModules () []string {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package module
33import (
44 "github.com/spf13/cobra"
55
6- "github.com/getstackhead/stackhead/ cli/routines"
6+ "github.com/getstackhead/stackhead- cli/routines"
77)
88
99// Validate is a command object for Cobra that provides the validate command
Original file line number Diff line number Diff line change 77
88 "github.com/spf13/cobra"
99
10- "github.com/getstackhead/stackhead/ cli/ansible"
11- "github.com/getstackhead/stackhead/ cli/routines"
10+ "github.com/getstackhead/stackhead- cli/ansible"
11+ "github.com/getstackhead/stackhead- cli/routines"
1212)
1313
1414// DeployApplication is a command object for Cobra that provides the deploy command
Original file line number Diff line number Diff line change 99
1010 "github.com/spf13/cobra"
1111
12- "github.com/getstackhead/stackhead/ cli/ansible"
13- "github.com/getstackhead/stackhead/ cli/routines"
12+ "github.com/getstackhead/stackhead- cli/ansible"
13+ "github.com/getstackhead/stackhead- cli/routines"
1414)
1515
1616// DestroyApplication is a command object for Cobra that provides the destroy command
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import (
44 "github.com/spf13/cobra"
55
6- "github.com/getstackhead/stackhead/ cli/routines"
6+ "github.com/getstackhead/stackhead- cli/routines"
77)
88
99// Validate is a command object for Cobra that provides the validate command
Original file line number Diff line number Diff line change 77
88 "github.com/spf13/cobra"
99
10- "github.com/getstackhead/stackhead/ cli/ansible"
11- "github.com/getstackhead/stackhead/ cli/routines"
10+ "github.com/getstackhead/stackhead- cli/ansible"
11+ "github.com/getstackhead/stackhead- cli/routines"
1212)
1313
1414// SetupServer is a command object for Cobra that provides the setup command
You can’t perform that action at this time.
0 commit comments