Skip to content

Commit 1d368cf

Browse files
committed
feat(cmd): update dependencies
replace deis dependencies with teamhephy dependencies.
1 parent d854bcf commit 1d368cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/services.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package cmd
33
import (
44
"fmt"
55

6-
"github.com/deis/pkg/prettyprint"
6+
"github.com/teamhephy/pkg/prettyprint"
77

8-
"github.com/deis/controller-sdk-go/services"
8+
"github.com/teamhephy/controller-sdk-go/services"
99
)
1010

1111
// ServicesList lists extra services for the app

parser/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package parser
22

33
import (
4-
"github.com/deis/workflow-cli/cmd"
4+
"github.com/teamhephy/workflow-cli/cmd"
55
docopt "github.com/docopt/docopt-go"
66
)
77

0 commit comments

Comments
 (0)