File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 "github.com/deis/pkg/prettyprint"
88
9- "github.com/notmaxx /controller-sdk-go/api"
10- "github.com/notmaxx /controller-sdk-go/config"
9+ "github.com/deis /controller-sdk-go/api"
10+ "github.com/deis /controller-sdk-go/config"
1111)
1212
1313// TimeoutsList lists an app's timeouts.
Original file line number Diff line number Diff line change 77 "testing"
88
99 "github.com/arschles/assert"
10- "github.com/notmaxx /controller-sdk-go/api"
11- "github.com/notmaxx /workflow-cli/pkg/testutil"
10+ "github.com/deis /controller-sdk-go/api"
11+ "github.com/deis /workflow-cli/pkg/testutil"
1212)
1313
1414type parseTimeoutCase struct {
Original file line number Diff line number Diff line change 11package parser
22
33import (
4- "github.com/notmaxx /workflow-cli/cmd"
4+ "github.com/deis /workflow-cli/cmd"
55 docopt "github.com/docopt/docopt-go"
66)
77
Original file line number Diff line number Diff line change 66 "testing"
77
88 "github.com/arschles/assert"
9- "github.com/notmaxx /workflow-cli/pkg/testutil"
9+ "github.com/deis /workflow-cli/pkg/testutil"
1010)
1111
1212// Create fake implementations of each method that return the argument
You can’t perform that action at this time.
0 commit comments