Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(googleapi): inject gax apierror.APIError into googleapi.Error #1730

Merged
merged 12 commits into from
Nov 7, 2022
Prev Previous commit
Merge branch 'main' into error-wrapping
  • Loading branch information
quartzmo committed Nov 7, 2022
commit fc5a26206ea918220fbf532aa1b8c24d5b0ceb5c
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/uuid v1.3.0
github.com/googleapis/enterprise-certificate-proxy v0.2.0
github.com/googleapis/gax-go/v2 v2.7.0
go.opencensus.io v0.23.0
go.opencensus.io v0.24.0
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/sync v0.1.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.