Skip to content

Commit 498e98d

Browse files
committed
chore(cmd): update dependencies
Update dependencies to teamhephy repo instead of old deis one.
1 parent d78f584 commit 498e98d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

cmd/timeouts.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"fmt"
55
"regexp"
66

7-
"github.com/deis/pkg/prettyprint"
7+
"github.com/teamhephy/pkg/prettyprint"
88

9-
"github.com/deis/controller-sdk-go/api"
10-
"github.com/deis/controller-sdk-go/config"
9+
"github.com/teamhephy/controller-sdk-go/api"
10+
"github.com/teamhephy/controller-sdk-go/config"
1111
)
1212

1313
// TimeoutsList lists an app's timeouts.

cmd/timeouts_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"testing"
88

99
"github.com/arschles/assert"
10-
"github.com/deis/controller-sdk-go/api"
11-
"github.com/deis/workflow-cli/pkg/testutil"
10+
"github.com/teamhephy/controller-sdk-go/api"
11+
"github.com/teamhephy/workflow-cli/pkg/testutil"
1212
)
1313

1414
type parseTimeoutCase struct {

parser/timeouts.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

parser/timeouts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"testing"
77

88
"github.com/arschles/assert"
9-
"github.com/deis/workflow-cli/pkg/testutil"
9+
"github.com/teamhephy/workflow-cli/pkg/testutil"
1010
)
1111

1212
// Create fake implementations of each method that return the argument

0 commit comments

Comments
 (0)