Tags: mxpv/podsync
Tags
Bump google.golang.org/api from 0.0.0-20180718221112-efcb5f25ac56 to … …0.241.0 (#719) * Bump google.golang.org/api Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.0.0-20180718221112-efcb5f25ac56 to 0.241.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/commits/v0.241.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.241.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Google API compatibility issues Update YouTube API client calls to use []string parameters instead of string parameters as required by the updated google.golang.org/api v0.241.0. Changes: - Convert comma-separated string parameters to string slices in Channels.List and Playlists.List calls - Replace string literals with string slice literals in PlaylistItems.List and Videos.List calls Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com> * Fix deprecated youtube.New usage for Google API v0.241.0 Replace youtube.New with youtube.NewService and add required option import to resolve SA1019 linter error after Google API dependency update. Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maksym Pavlenko <pavlenko.maksym@gmail.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com>
PreviousNext