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 v7pushaction
22
33import (
4- "code.cloudfoundry.org/cli/util/manifestparser"
4+ "code.cloudfoundry.org/cli/v8/ util/manifestparser"
55)
66
77func (actor Actor ) HandleDeploymentScaleFlagOverrides (
Original file line number Diff line number Diff line change 11package v7pushaction_test
22
33import (
4- . "code.cloudfoundry.org/cli/actor/v7pushaction"
5- "code.cloudfoundry.org/cli/util/manifestparser"
4+ . "code.cloudfoundry.org/cli/v8/ actor/v7pushaction"
5+ "code.cloudfoundry.org/cli/v8/ util/manifestparser"
66 . "github.com/onsi/ginkgo/v2"
77 . "github.com/onsi/gomega"
88)
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package ccv3
33import (
44 "net/http"
55
6- "code.cloudfoundry.org/cli/api/cloudcontroller"
7- "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror"
8- "code.cloudfoundry.org/cli/resources"
6+ "code.cloudfoundry.org/cli/v8/ api/cloudcontroller"
7+ "code.cloudfoundry.org/cli/v8/ api/cloudcontroller/ccerror"
8+ "code.cloudfoundry.org/cli/v8/ resources"
99)
1010
1111type RootLinks struct {
Original file line number Diff line number Diff line change 55 "net/http"
66 "strings"
77
8- "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror"
9- . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3"
8+ "code.cloudfoundry.org/cli/v8/ api/cloudcontroller/ccerror"
9+ . "code.cloudfoundry.org/cli/v8/ api/cloudcontroller/ccv3"
1010
1111 . "github.com/onsi/ginkgo/v2"
1212 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 11package wrapper
22
33import (
4- "code.cloudfoundry.org/cli/api/cloudcontroller"
5- "code.cloudfoundry.org/cli/api/shared"
4+ "code.cloudfoundry.org/cli/v8/ api/cloudcontroller"
5+ "code.cloudfoundry.org/cli/v8/ api/shared"
66)
77
88// CCTraceHeaderRequest is a wrapper that adds b3 trace headers to requests.
Original file line number Diff line number Diff line change 44 "bytes"
55 "net/http"
66
7- "code.cloudfoundry.org/cli/api/cloudcontroller"
8- "code.cloudfoundry.org/cli/api/cloudcontroller/cloudcontrollerfakes"
9- . "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper"
7+ "code.cloudfoundry.org/cli/v8/ api/cloudcontroller"
8+ "code.cloudfoundry.org/cli/v8/ api/cloudcontroller/cloudcontrollerfakes"
9+ . "code.cloudfoundry.org/cli/v8/ api/cloudcontroller/wrapper"
1010
1111 . "github.com/onsi/ginkgo/v2"
1212 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 11package wrapper
22
33import (
4- "code.cloudfoundry.org/cli/api/router"
5- "code.cloudfoundry.org/cli/api/shared"
4+ "code.cloudfoundry.org/cli/v8/ api/router"
5+ "code.cloudfoundry.org/cli/v8/ api/shared"
66)
77
88// RoutingTraceHeaderRequest is a wrapper that adds b3 trace headers to requests.
Original file line number Diff line number Diff line change 44 "bytes"
55 "net/http"
66
7- "code.cloudfoundry.org/cli/api/router"
8- "code.cloudfoundry.org/cli/api/router/routerfakes"
9- . "code.cloudfoundry.org/cli/api/router/wrapper"
7+ "code.cloudfoundry.org/cli/v8/ api/router"
8+ "code.cloudfoundry.org/cli/v8/ api/router/routerfakes"
9+ . "code.cloudfoundry.org/cli/v8/ api/router/wrapper"
1010
1111 . "github.com/onsi/ginkgo/v2"
1212 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package shared
33import (
44 "net/http"
55
6- "code.cloudfoundry.org/cli/util/trace"
6+ "code.cloudfoundry.org/cli/v8/ util/trace"
77)
88
99const (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package shared_test
33import (
44 "net/http"
55
6- . "code.cloudfoundry.org/cli/api/shared"
6+ . "code.cloudfoundry.org/cli/v8/ api/shared"
77
88 . "github.com/onsi/ginkgo/v2"
99 . "github.com/onsi/gomega"
You can’t perform that action at this time.
0 commit comments