We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d854bcf commit 1d368cfCopy full SHA for 1d368cf
2 files changed
cmd/services.go
@@ -3,9 +3,9 @@ package cmd
3
import (
4
"fmt"
5
6
- "github.com/deis/pkg/prettyprint"
+ "github.com/teamhephy/pkg/prettyprint"
7
8
- "github.com/deis/controller-sdk-go/services"
+ "github.com/teamhephy/controller-sdk-go/services"
9
)
10
11
// ServicesList lists extra services for the app
parser/services.go
@@ -1,7 +1,7 @@
1
package parser
2
- "github.com/deis/workflow-cli/cmd"
+ "github.com/teamhephy/workflow-cli/cmd"
docopt "github.com/docopt/docopt-go"
0 commit comments