google-api-go-client
google-api-go-client copied to clipboard
Deps: Upgrade from unsupported google.golang.org/[email protected] => v2
Should be upgraded to latest v2, at least https://pkg.go.dev/google.golang.org/appengine/[email protected]
Version: v1.6.7 Latest published: Oct 13, 2020 Version: v2.0.4 Latest Published: Jul 11, 2023
Related issues:
- https://github.com/googleapis/google-cloud-go/issues/7760
Environment details
All environments.
Steps to reproduce
- See go.mod file - https://github.com/googleapis/google-api-go-client/blob/25a3230956a5524a55314a0959d2f251293128b4/go.mod#L16
- The google.golang.org/[email protected] is unsupported library should NOT be referenced
Yes, now that the patch I applied to AE is rolled out I think it is safe for us to upgrade from the client libs side. But there are likely more places upstream that will also need updating -- the main one I think of is x/oauth2
Ideally end-users should not have indirect dependencies on AppEngine v1.6.7
For reference - here is an issue https://github.com/golang/oauth2/issues/656 and a PR https://github.com/golang/oauth2/pull/673 for the same in x/oauth2.
This is no longer in our deps