We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github.com/pkg/errors
1 parent 00c0a30 commit 2ec7d74Copy full SHA for 2ec7d74
go.mod
@@ -10,7 +10,6 @@ require (
10
github.com/grokify/gohttp v0.1.0
11
github.com/grokify/mogo v0.33.8
12
github.com/jessevdk/go-flags v1.5.0
13
- github.com/pkg/errors v0.9.1
14
github.com/rs/zerolog v1.26.1
15
github.com/valyala/fasthttp v1.32.0
16
github.com/valyala/quicktemplate v1.7.0
openapi3lint/rule_collection_simple.go
@@ -1,11 +1,10 @@
1
package openapi3lint
2
3
import (
4
+ "errors"
5
"fmt"
6
"sort"
7
"strings"
-
8
- "github.com/pkg/errors"
9
)
type RuleCollectionSimple struct {
0 commit comments