File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
package v7_test
2
2
3
3
import (
4
+ "errors"
5
+
4
6
"code.cloudfoundry.org/cli/actor/v7action"
5
7
"code.cloudfoundry.org/cli/command/commandfakes"
6
8
"code.cloudfoundry.org/cli/command/translatableerror"
@@ -13,7 +15,6 @@ import (
13
15
. "github.com/onsi/ginkgo/v2"
14
16
. "github.com/onsi/gomega"
15
17
. "github.com/onsi/gomega/gbytes"
16
- "github.com/pkg/errors"
17
18
)
18
19
19
20
var _ = Describe ("marketplace command" , func () {
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ require (
34
34
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
35
35
github.com/onsi/ginkgo/v2 v2.22.0
36
36
github.com/onsi/gomega v1.36.1
37
- github.com/pkg/errors v0.9.1
38
37
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
39
38
github.com/sajari/fuzzy v1.0.0
40
39
github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ github.com/openzipkin/zipkin-go v0.4.3 h1:9EGwpqkgnwdEIJ+Od7QVSEIH+ocmm5nPat0G7s
217
217
github.com/openzipkin/zipkin-go v0.4.3 /go.mod h1:M9wCJZFWCo2RiY+o1eBCEMe0Dp2S5LDHcMZmk3RmK7c =
218
218
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 /go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34 =
219
219
github.com/pivotal-cf/brokerapi/v7 v7.2.0 /go.mod h1:5QRQ8vJmav91F+AvY5NA/QoDOq70XgBVxXKUK4N/cNE =
220
- github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
221
220
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
222
221
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
223
222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
You can’t perform that action at this time.
0 commit comments