-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These are now unfrozen since min compat is now 1.15
- Loading branch information
Showing
3 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
module google.golang.org/api | ||
|
||
go 1.11 | ||
go 1.15 | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.2.0 | ||
github.com/google/go-cmp v0.5.7 | ||
github.com/googleapis/gax-go/v2 v2.1.1 | ||
go.opencensus.io v0.23.0 | ||
// TODO(codyoss): unfreeze after min version of 1.14 | ||
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | ||
google.golang.org/appengine v1.6.7 | ||
google.golang.org/genproto v0.0.0-20220204002441-d6cc3cc0770e | ||
google.golang.org/grpc v1.40.1 | ||
google.golang.org/grpc v1.44.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters