Skip to content

Commit 2ec7d74

Browse files
committed
dep: go mod: remove direct dependency github.com/pkg/errors
1 parent 00c0a30 commit 2ec7d74

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/grokify/gohttp v0.1.0
1111
github.com/grokify/mogo v0.33.8
1212
github.com/jessevdk/go-flags v1.5.0
13-
github.com/pkg/errors v0.9.1
1413
github.com/rs/zerolog v1.26.1
1514
github.com/valyala/fasthttp v1.32.0
1615
github.com/valyala/quicktemplate v1.7.0

openapi3lint/rule_collection_simple.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package openapi3lint
22

33
import (
4+
"errors"
45
"fmt"
56
"sort"
67
"strings"
7-
8-
"github.com/pkg/errors"
98
)
109

1110
type RuleCollectionSimple struct {

0 commit comments

Comments
 (0)