Skip to content

Commit 520fb4d

Browse files
committed
Remove pkg/errors package
Signed-off-by: João Pereira <[email protected]>
1 parent 85a7270 commit 520fb4d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: command/v7/marketplace_command_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package v7_test
22

33
import (
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

1920
var _ = Describe("marketplace command", func() {

Diff for: go.mod

-1
Original file line numberDiff line numberDiff 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

Diff for: go.sum

-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ github.com/openzipkin/zipkin-go v0.4.3 h1:9EGwpqkgnwdEIJ+Od7QVSEIH+ocmm5nPat0G7s
217217
github.com/openzipkin/zipkin-go v0.4.3/go.mod h1:M9wCJZFWCo2RiY+o1eBCEMe0Dp2S5LDHcMZmk3RmK7c=
218218
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=
219219
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=
221220
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
222221
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
223222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=

0 commit comments

Comments
 (0)