File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package v7
22
33import (
4- "code.cloudfoundry.org/cli/v8 /command/flag"
5- "code.cloudfoundry.org/cli/v8 /resources"
4+ "code.cloudfoundry.org/cli/v9 /command/flag"
5+ "code.cloudfoundry.org/cli/v9 /resources"
66)
77
88type StackCommand struct {
Original file line number Diff line number Diff line change 44 "slices"
55 "strings"
66
7- "code.cloudfoundry.org/cli/v8 /command/flag"
8- "code.cloudfoundry.org/cli/v8 /resources"
7+ "code.cloudfoundry.org/cli/v9 /command/flag"
8+ "code.cloudfoundry.org/cli/v9 /resources"
99)
1010
1111type UpdateStackCommand struct {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ package v7_test
33import (
44 "errors"
55
6- "code.cloudfoundry.org/cli/v8 /actor/actionerror"
7- "code.cloudfoundry.org/cli/v8 /actor/v7action"
8- "code.cloudfoundry.org/cli/v8 /command/commandfakes"
9- . "code.cloudfoundry.org/cli/v8 /command/v7"
10- "code.cloudfoundry.org/cli/v8 /command/v7/v7fakes"
11- "code.cloudfoundry.org/cli/v8 /resources"
12- "code.cloudfoundry.org/cli/v8 /util/configv3"
13- "code.cloudfoundry.org/cli/v8 /util/ui"
6+ "code.cloudfoundry.org/cli/v9 /actor/actionerror"
7+ "code.cloudfoundry.org/cli/v9 /actor/v7action"
8+ "code.cloudfoundry.org/cli/v9 /command/commandfakes"
9+ . "code.cloudfoundry.org/cli/v9 /command/v7"
10+ "code.cloudfoundry.org/cli/v9 /command/v7/v7fakes"
11+ "code.cloudfoundry.org/cli/v9 /resources"
12+ "code.cloudfoundry.org/cli/v9 /util/configv3"
13+ "code.cloudfoundry.org/cli/v9 /util/ui"
1414
1515 . "github.com/onsi/ginkgo/v2"
1616 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import (
44 "fmt"
55 "regexp"
66
7- . "code.cloudfoundry.org/cli/v8 /cf/util/testhelpers/matchers"
7+ . "code.cloudfoundry.org/cli/v9 /cf/util/testhelpers/matchers"
88
9- "code.cloudfoundry.org/cli/v8 /integration/helpers"
10- "code.cloudfoundry.org/cli/v8 /resources"
9+ "code.cloudfoundry.org/cli/v9 /integration/helpers"
10+ "code.cloudfoundry.org/cli/v9 /resources"
1111 . "github.com/onsi/ginkgo/v2"
1212 . "github.com/onsi/gomega"
1313 . "github.com/onsi/gomega/gbytes"
You can’t perform that action at this time.
0 commit comments