Skip to content

Commit 4d9c046

Browse files
authored
fix(internal/gapicgen): add a temporary import (#4756)
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.
1 parent 23c02d9 commit 4d9c046

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compute/apiv1/doc.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/googleapis/gax-go/v2 v2.1.0
1111
go.opencensus.io v0.23.0
1212
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
13+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
1314
google.golang.org/api v0.56.0
1415
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af
1516
google.golang.org/grpc v1.40.0

0 commit comments

Comments
 (0)