Skip to content

Commit

Permalink
remove xerrors for stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
kofoworola committed Oct 18, 2023
1 parent 9869fd6 commit e53c9a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ require (
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.18.1
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/yaml.v2 v2.4.0
)
2 changes: 1 addition & 1 deletion pkg/engine/resolve/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"bytes"
"context"
"encoding/json"
"errors"
"fmt"
"io"
"net/http"
Expand All @@ -16,7 +17,6 @@ import (
"github.com/buger/jsonparser"
"github.com/cespare/xxhash/v2"
"github.com/tidwall/gjson"
errors "golang.org/x/xerrors"

"github.com/TykTechnologies/graphql-go-tools/internal/pkg/unsafebytes"
"github.com/TykTechnologies/graphql-go-tools/pkg/fastbuffer"
Expand Down

0 comments on commit e53c9a2

Please sign in to comment.