Skip to content

Commit

Permalink
fix(internal/gapicgen): add a temporary import (#4756)
Browse files Browse the repository at this point in the history
The new compute beta makes use of xerrors which is causing regen
to fail since we don't depend on this yet. This change will be
blown away by regen, which is intended.
  • Loading branch information
codyoss committed Sep 15, 2021
1 parent 23c02d9 commit 4d9c046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compute/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go.mod
Expand Up @@ -10,6 +10,7 @@ require (
github.com/googleapis/gax-go/v2 v2.1.0
go.opencensus.io v0.23.0
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/api v0.56.0
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af
google.golang.org/grpc v1.40.0
Expand Down

0 comments on commit 4d9c046

Please sign in to comment.