File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11package v7_test
22
33import (
4+ "errors"
5+
46 "code.cloudfoundry.org/cli/actor/v7action"
57 "code.cloudfoundry.org/cli/command/commandfakes"
68 "code.cloudfoundry.org/cli/command/translatableerror"
@@ -13,7 +15,6 @@ import (
1315 . "github.com/onsi/ginkgo/v2"
1416 . "github.com/onsi/gomega"
1517 . "github.com/onsi/gomega/gbytes"
16- "github.com/pkg/errors"
1718)
1819
1920var _ = Describe ("marketplace command" , func () {
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ require (
3434 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
3535 github.com/onsi/ginkgo/v2 v2.22.0
3636 github.com/onsi/gomega v1.36.1
37- github.com/pkg/errors v0.9.1
3837 github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
3938 github.com/sajari/fuzzy v1.0.0
4039 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
217217github.com/openzipkin/zipkin-go v0.4.3 /go.mod h1:M9wCJZFWCo2RiY+o1eBCEMe0Dp2S5LDHcMZmk3RmK7c =
218218github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 /go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34 =
219219github.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 =
221220github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
222221github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
223222github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
You can’t perform that action at this time.
0 commit comments