Skip to content

Commit 0f1e820

Browse files
authored
Update indexer (#1594)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v1.11.0` -> `v1.14.0` | | [cloud.google.com/go/pubsub](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v1.31.0` -> `v1.33.0` | | [cloud.google.com/go/storage](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v1.30.1` -> `v1.33.0` | | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | minor | `v5.7.0` -> `v5.8.1` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.128.0` -> `v0.139.0` | --- ### Release Notes <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.8.1`](https://togithub.com/go-git/go-git/releases/tag/v5.8.1) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.8.0...v5.8.1) #### What's Changed - \*: Bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/815](https://togithub.com/go-git/go-git/pull/815) **Full Changelog**: go-git/go-git@v5.8.0...v5.8.1 ### [`v5.8.0`](https://togithub.com/go-git/go-git/releases/tag/v5.8.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.7.0...v5.8.0) #### What's Changed - git: Fix fetching after shallow clone. Fixes [#&#8203;305](https://togithub.com/go-git/go-git/issues/305) by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/778](https://togithub.com/go-git/go-git/pull/778) - git: enable fetch with unqualified references by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/762](https://togithub.com/go-git/go-git/pull/762) - git: don't add to want if exists, shallow and depth 1 by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/763](https://togithub.com/go-git/go-git/pull/763) - git: Clone HEAD should not force master. Fixes [#&#8203;363](https://togithub.com/go-git/go-git/issues/363) by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/758](https://togithub.com/go-git/go-git/pull/758) - git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by [@&#8203;matejrisek](https://togithub.com/matejrisek) in [https://github.com/go-git/go-git/pull/756](https://togithub.com/go-git/go-git/pull/756) - git: add a clone option to allow for shallow cloning of submodules by [@&#8203;matejrisek](https://togithub.com/matejrisek) in [https://github.com/go-git/go-git/pull/765](https://togithub.com/go-git/go-git/pull/765) - worktree: minor speedup for `doAddDirectory` by [@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in [https://github.com/go-git/go-git/pull/702](https://togithub.com/go-git/go-git/pull/702) - \_examples: Remove wrong comment by [@&#8203;pascal-hofmann](https://togithub.com/pascal-hofmann) in [https://github.com/go-git/go-git/pull/357](https://togithub.com/go-git/go-git/pull/357) - \*: Handle paths starting with tilde by [@&#8203;ricci2511](https://togithub.com/ricci2511) in [https://github.com/go-git/go-git/pull/808](https://togithub.com/go-git/go-git/pull/808) - \*: Handle paths starting with ~Username by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/809](https://togithub.com/go-git/go-git/pull/809) - storage: filesystem/dotgit, add support for tmp_objdir prefix by [@&#8203;L11R](https://togithub.com/L11R) in [https://github.com/go-git/go-git/pull/812](https://togithub.com/go-git/go-git/pull/812) - plumbing: gitignore, replace user dir in path by [@&#8203;Jleagle](https://togithub.com/Jleagle) in [https://github.com/go-git/go-git/pull/772](https://togithub.com/go-git/go-git/pull/772) - plumbing: gitignore, fix incorrect parsing. Fixes [#&#8203;500](https://togithub.com/go-git/go-git/issues/500) by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/781](https://togithub.com/go-git/go-git/pull/781) - plumbing: http, Fix empty repos on Git v2.41+ by [@&#8203;pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/802](https://togithub.com/go-git/go-git/pull/802) - plumbing: packp, A request is not empty if it contains shallows. Fixes [#&#8203;328](https://togithub.com/go-git/go-git/issues/328) by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/792](https://togithub.com/go-git/go-git/pull/792) - plumbing: blame, Complete rewrite. Fixes [#&#8203;603](https://togithub.com/go-git/go-git/issues/603) by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/789](https://togithub.com/go-git/go-git/pull/789) - plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes [#&#8203;578](https://togithub.com/go-git/go-git/issues/578) by [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/785](https://togithub.com/go-git/go-git/pull/785) #### New Contributors - [@&#8203;Jleagle](https://togithub.com/Jleagle) made their first contribution in [https://github.com/go-git/go-git/pull/772](https://togithub.com/go-git/go-git/pull/772) - [@&#8203;pascal-hofmann](https://togithub.com/pascal-hofmann) made their first contribution in [https://github.com/go-git/go-git/pull/357](https://togithub.com/go-git/go-git/pull/357) - [@&#8203;ricci2511](https://togithub.com/ricci2511) made their first contribution in [https://github.com/go-git/go-git/pull/808](https://togithub.com/go-git/go-git/pull/808) - [@&#8203;L11R](https://togithub.com/L11R) made their first contribution in [https://github.com/go-git/go-git/pull/812](https://togithub.com/go-git/go-git/pull/812) **Full Changelog**: go-git/go-git@v5.7.0...v5.7.1 </details> <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.139.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.139.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.138.0...v0.139.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2120](https://togithub.com/googleapis/google-api-go-client/issues/2120)) ([fd53dce](https://togithub.com/googleapis/google-api-go-client/commit/fd53dcead5d0eda81cfcd480ed1263c668e30510)) - **all:** Auto-regenerate discovery clients ([#&#8203;2142](https://togithub.com/googleapis/google-api-go-client/issues/2142)) ([8e1c21a](https://togithub.com/googleapis/google-api-go-client/commit/8e1c21a164e10b3fe3c94d47c637e9a236c5aa09)) ##### Documentation - Point more users forward ([#&#8203;2126](https://togithub.com/googleapis/google-api-go-client/issues/2126)) ([62d88ff](https://togithub.com/googleapis/google-api-go-client/commit/62d88ff7c06b828324b3cf5fd004cdf75838f496)) ### [`v0.138.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.138.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.137.0...v0.138.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2115](https://togithub.com/googleapis/google-api-go-client/issues/2115)) ([1770219](https://togithub.com/googleapis/google-api-go-client/commit/17702192ed1c3520841bf005504d62a675f9a2b0)) - **all:** Auto-regenerate discovery clients ([#&#8203;2118](https://togithub.com/googleapis/google-api-go-client/issues/2118)) ([40ea606](https://togithub.com/googleapis/google-api-go-client/commit/40ea606a2218396bcd4235737829f98057153852)) - **all:** Auto-regenerate discovery clients ([#&#8203;2119](https://togithub.com/googleapis/google-api-go-client/issues/2119)) ([9b75278](https://togithub.com/googleapis/google-api-go-client/commit/9b7527848a21a7baffbac4778841d89eff45a515)) ### [`v0.137.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.137.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.136.0...v0.137.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2106](https://togithub.com/googleapis/google-api-go-client/issues/2106)) ([3f3ed3d](https://togithub.com/googleapis/google-api-go-client/commit/3f3ed3da191394d25fd28f60ec1a51fddaf43a4a)) - **all:** Auto-regenerate discovery clients ([#&#8203;2108](https://togithub.com/googleapis/google-api-go-client/issues/2108)) ([80485e0](https://togithub.com/googleapis/google-api-go-client/commit/80485e0e9a1bae98714d695ed2efff6187618d57)) - **all:** Auto-regenerate discovery clients ([#&#8203;2110](https://togithub.com/googleapis/google-api-go-client/issues/2110)) ([4d775db](https://togithub.com/googleapis/google-api-go-client/commit/4d775db7cf6eb71fad1f67b022736f3b2de09a0b)) - **all:** Auto-regenerate discovery clients ([#&#8203;2111](https://togithub.com/googleapis/google-api-go-client/issues/2111)) ([0cc62ab](https://togithub.com/googleapis/google-api-go-client/commit/0cc62aba44965ffc10e33c2e43cc7260e836e504)) - **all:** Auto-regenerate discovery clients ([#&#8203;2112](https://togithub.com/googleapis/google-api-go-client/issues/2112)) ([f7f1c7b](https://togithub.com/googleapis/google-api-go-client/commit/f7f1c7b4c610f6a41c130c3bb85d6a609e99fb37)) - **all:** Auto-regenerate discovery clients ([#&#8203;2113](https://togithub.com/googleapis/google-api-go-client/issues/2113)) ([142ffeb](https://togithub.com/googleapis/google-api-go-client/commit/142ffebac56456c904234248a004175aa41e035c)) - Ok to use S2A with override endpoint ([#&#8203;2114](https://togithub.com/googleapis/google-api-go-client/issues/2114)) ([caea956](https://togithub.com/googleapis/google-api-go-client/commit/caea95689f82049822552cd649765335123831e0)) ### [`v0.136.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.136.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.135.0...v0.136.0) ##### Features - Add additional checks before using S2A ([#&#8203;2103](https://togithub.com/googleapis/google-api-go-client/issues/2103)) ([c62e5c6](https://togithub.com/googleapis/google-api-go-client/commit/c62e5c6665e06611d792c892028c8e5e840f8447)) - **all:** Auto-regenerate discovery clients ([#&#8203;2104](https://togithub.com/googleapis/google-api-go-client/issues/2104)) ([8029f73](https://togithub.com/googleapis/google-api-go-client/commit/8029f731063d2c0e6cd22e9a1e92b511e7105740)) ### [`v0.135.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.135.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.134.0...v0.135.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2087](https://togithub.com/googleapis/google-api-go-client/issues/2087)) ([8875932](https://togithub.com/googleapis/google-api-go-client/commit/887593261797511aab9c7248c16dcf9340f87e0c)) - **all:** Auto-regenerate discovery clients ([#&#8203;2089](https://togithub.com/googleapis/google-api-go-client/issues/2089)) ([c4d9f14](https://togithub.com/googleapis/google-api-go-client/commit/c4d9f1454037dbe8603cef2552cf9ce6992a8781)) - **all:** Auto-regenerate discovery clients ([#&#8203;2090](https://togithub.com/googleapis/google-api-go-client/issues/2090)) ([8ba6963](https://togithub.com/googleapis/google-api-go-client/commit/8ba6963062f42f9745db3086e510427690e40964)) - **all:** Auto-regenerate discovery clients ([#&#8203;2091](https://togithub.com/googleapis/google-api-go-client/issues/2091)) ([597995c](https://togithub.com/googleapis/google-api-go-client/commit/597995c005371797cba1357406a8b83cf447e345)) - **all:** Auto-regenerate discovery clients ([#&#8203;2093](https://togithub.com/googleapis/google-api-go-client/issues/2093)) ([2b1c61f](https://togithub.com/googleapis/google-api-go-client/commit/2b1c61f398cb7e2d5608107e9dfa15e5d071161b)) - **all:** Auto-regenerate discovery clients ([#&#8203;2094](https://togithub.com/googleapis/google-api-go-client/issues/2094)) ([979195d](https://togithub.com/googleapis/google-api-go-client/commit/979195dc3f80682f1e4800316898974f74d38b77)) - **all:** Auto-regenerate discovery clients ([#&#8203;2095](https://togithub.com/googleapis/google-api-go-client/issues/2095)) ([1e19c22](https://togithub.com/googleapis/google-api-go-client/commit/1e19c228cf37b343283c5af2665517cd1596b2e1)) - **all:** Auto-regenerate discovery clients ([#&#8203;2096](https://togithub.com/googleapis/google-api-go-client/issues/2096)) ([e59738c](https://togithub.com/googleapis/google-api-go-client/commit/e59738ce2254a7da00e49ae52e46f4bc9a9b7ee3)) - **all:** Auto-regenerate discovery clients ([#&#8203;2098](https://togithub.com/googleapis/google-api-go-client/issues/2098)) ([ff054ff](https://togithub.com/googleapis/google-api-go-client/commit/ff054ffae64330a75d1e38448646b540eee3afbb)) - **all:** Auto-regenerate discovery clients ([#&#8203;2099](https://togithub.com/googleapis/google-api-go-client/issues/2099)) ([b16a2d3](https://togithub.com/googleapis/google-api-go-client/commit/b16a2d31763144ab92c4eba73aa5fcc5b418789d)) - **all:** Auto-regenerate discovery clients ([#&#8203;2100](https://togithub.com/googleapis/google-api-go-client/issues/2100)) ([262aa70](https://togithub.com/googleapis/google-api-go-client/commit/262aa706a39b99020c542fae1d5f8a73eb139e33)) - **all:** Auto-regenerate discovery clients ([#&#8203;2102](https://togithub.com/googleapis/google-api-go-client/issues/2102)) ([8fbf572](https://togithub.com/googleapis/google-api-go-client/commit/8fbf5724ef77000d747c0457fbc0dbe6ee7da980)) ### [`v0.134.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.134.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.133.0...v0.134.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2084](https://togithub.com/googleapis/google-api-go-client/issues/2084)) ([66d077d](https://togithub.com/googleapis/google-api-go-client/commit/66d077dbdef9a9c5cf83d88aaff80460b0207a9e)) - **all:** Auto-regenerate discovery clients ([#&#8203;2086](https://togithub.com/googleapis/google-api-go-client/issues/2086)) ([aec89b7](https://togithub.com/googleapis/google-api-go-client/commit/aec89b79d52c03c5574ccadd83185b112b5b34fb)) ### [`v0.133.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.133.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.132.0...v0.133.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2077](https://togithub.com/googleapis/google-api-go-client/issues/2077)) ([d9bd05b](https://togithub.com/googleapis/google-api-go-client/commit/d9bd05beb8861c3c1b2ac8e7dd57afcfcf871644)) - **all:** Auto-regenerate discovery clients ([#&#8203;2079](https://togithub.com/googleapis/google-api-go-client/issues/2079)) ([b88678a](https://togithub.com/googleapis/google-api-go-client/commit/b88678afb55f875ad7673d049c8c0bb75affe116)) - **all:** Auto-regenerate discovery clients ([#&#8203;2080](https://togithub.com/googleapis/google-api-go-client/issues/2080)) ([3a5236c](https://togithub.com/googleapis/google-api-go-client/commit/3a5236c9a884daf059ba58f90e7a842b18eefc4e)) - **all:** Auto-regenerate discovery clients ([#&#8203;2081](https://togithub.com/googleapis/google-api-go-client/issues/2081)) ([94f3caf](https://togithub.com/googleapis/google-api-go-client/commit/94f3caf04025b4a169e6a307c54c20b8e388b956)) - **all:** Auto-regenerate discovery clients ([#&#8203;2082](https://togithub.com/googleapis/google-api-go-client/issues/2082)) ([0846d92](https://togithub.com/googleapis/google-api-go-client/commit/0846d9297408b2a37932a3b907bd57df5e7da79a)) ### [`v0.132.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.132.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.131.0...v0.132.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2065](https://togithub.com/googleapis/google-api-go-client/issues/2065)) ([25a3230](https://togithub.com/googleapis/google-api-go-client/commit/25a3230956a5524a55314a0959d2f251293128b4)) - **all:** Auto-regenerate discovery clients ([#&#8203;2069](https://togithub.com/googleapis/google-api-go-client/issues/2069)) ([16cf0c3](https://togithub.com/googleapis/google-api-go-client/commit/16cf0c3c1f8d16ede4df09c6cbbbcd87cc38ad89)) - **all:** Auto-regenerate discovery clients ([#&#8203;2072](https://togithub.com/googleapis/google-api-go-client/issues/2072)) ([52ac522](https://togithub.com/googleapis/google-api-go-client/commit/52ac52201c6d4bdbb5a5a7b841da53d053a3a00b)) - **all:** Auto-regenerate discovery clients ([#&#8203;2073](https://togithub.com/googleapis/google-api-go-client/issues/2073)) ([0011a92](https://togithub.com/googleapis/google-api-go-client/commit/0011a92bffa275ec61ae37399c43c85fb0d1fecc)) - **all:** Auto-regenerate discovery clients ([#&#8203;2075](https://togithub.com/googleapis/google-api-go-client/issues/2075)) ([25d96d9](https://togithub.com/googleapis/google-api-go-client/commit/25d96d9a958d3152c1ff50b19d2277211da862f3)) - **all:** Auto-regenerate discovery clients ([#&#8203;2076](https://togithub.com/googleapis/google-api-go-client/issues/2076)) ([334c07e](https://togithub.com/googleapis/google-api-go-client/commit/334c07ed354828145ee6e61c3722471ee8260eb4)) ### [`v0.131.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.131.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.130.0...v0.131.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2054](https://togithub.com/googleapis/google-api-go-client/issues/2054)) ([1b0f818](https://togithub.com/googleapis/google-api-go-client/commit/1b0f818bc9e7049967d49cafd6fe419c1c786c86)) - **all:** Auto-regenerate discovery clients ([#&#8203;2058](https://togithub.com/googleapis/google-api-go-client/issues/2058)) ([e871335](https://togithub.com/googleapis/google-api-go-client/commit/e871335ad6700d89d2b9629db99d1e674d5b9cad)) - **all:** Auto-regenerate discovery clients ([#&#8203;2059](https://togithub.com/googleapis/google-api-go-client/issues/2059)) ([24b4d0b](https://togithub.com/googleapis/google-api-go-client/commit/24b4d0b3c502e1f3cd7d73fdfcf039fe8b6fa08c)) - **all:** Auto-regenerate discovery clients ([#&#8203;2060](https://togithub.com/googleapis/google-api-go-client/issues/2060)) ([16ad84c](https://togithub.com/googleapis/google-api-go-client/commit/16ad84c503bdf262a9b4868bcb87f790c4ac478e)) - **all:** Auto-regenerate discovery clients ([#&#8203;2062](https://togithub.com/googleapis/google-api-go-client/issues/2062)) ([90038ee](https://togithub.com/googleapis/google-api-go-client/commit/90038ee5c30ccbb808ee5f645df900b08c99b162)) - **all:** Auto-regenerate discovery clients ([#&#8203;2063](https://togithub.com/googleapis/google-api-go-client/issues/2063)) ([524f72b](https://togithub.com/googleapis/google-api-go-client/commit/524f72bbe1fcf4cf5dab1b4deab555fe475f9291)) - **all:** Auto-regenerate discovery clients ([#&#8203;2064](https://togithub.com/googleapis/google-api-go-client/issues/2064)) ([f391921](https://togithub.com/googleapis/google-api-go-client/commit/f391921d617b0cbe678c23e88e9cc392eb061837)) - **gensupport:** Pass in headers via context ([#&#8203;2052](https://togithub.com/googleapis/google-api-go-client/issues/2052)) ([c836da9](https://togithub.com/googleapis/google-api-go-client/commit/c836da93b5de7664c38ece2e54a7c9025acc1dc0)) ### [`v0.130.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.130.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.129.0...v0.130.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2041](https://togithub.com/googleapis/google-api-go-client/issues/2041)) ([dc4d425](https://togithub.com/googleapis/google-api-go-client/commit/dc4d425ae1e31ef6a9c9736dd32adbc530e54baa)) - **all:** Auto-regenerate discovery clients ([#&#8203;2043](https://togithub.com/googleapis/google-api-go-client/issues/2043)) ([7a8816b](https://togithub.com/googleapis/google-api-go-client/commit/7a8816b1c4c0a6ac0e36ae07bc1d6737c13e7a4d)) - **all:** Auto-regenerate discovery clients ([#&#8203;2044](https://togithub.com/googleapis/google-api-go-client/issues/2044)) ([380eafd](https://togithub.com/googleapis/google-api-go-client/commit/380eafd8ae92e184a2621c9ae73bc967e6829fec)) - **all:** Auto-regenerate discovery clients ([#&#8203;2045](https://togithub.com/googleapis/google-api-go-client/issues/2045)) ([50d3e98](https://togithub.com/googleapis/google-api-go-client/commit/50d3e988448442d7eada2a85ad37596388beaa48)) - **all:** Auto-regenerate discovery clients ([#&#8203;2046](https://togithub.com/googleapis/google-api-go-client/issues/2046)) ([6711565](https://togithub.com/googleapis/google-api-go-client/commit/6711565d141865432607cc49f0bb08486d0a5812)) - **all:** Auto-regenerate discovery clients ([#&#8203;2049](https://togithub.com/googleapis/google-api-go-client/issues/2049)) ([5e08be4](https://togithub.com/googleapis/google-api-go-client/commit/5e08be4f052b052c1d2e25f8f762d028c1527c4e)) - **all:** Auto-regenerate discovery clients ([#&#8203;2050](https://togithub.com/googleapis/google-api-go-client/issues/2050)) ([d79dfc2](https://togithub.com/googleapis/google-api-go-client/commit/d79dfc2722ff39e5674d3d66bd86496b63dc8204)) - **all:** Auto-regenerate discovery clients ([#&#8203;2051](https://togithub.com/googleapis/google-api-go-client/issues/2051)) ([5ec0817](https://togithub.com/googleapis/google-api-go-client/commit/5ec0817bc6a56f87b5727c9c845f0d30734469b0)) ### [`v0.129.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.129.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.128.0...v0.129.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;2028](https://togithub.com/googleapis/google-api-go-client/issues/2028)) ([922fc6a](https://togithub.com/googleapis/google-api-go-client/commit/922fc6a38962d441b49d8592d62b5b4c70354b7a)) - **all:** Auto-regenerate discovery clients ([#&#8203;2030](https://togithub.com/googleapis/google-api-go-client/issues/2030)) ([3eb845f](https://togithub.com/googleapis/google-api-go-client/commit/3eb845f12832f5a8943983d54b4a23da38e6f0ba)) - **all:** Auto-regenerate discovery clients ([#&#8203;2032](https://togithub.com/googleapis/google-api-go-client/issues/2032)) ([247ad09](https://togithub.com/googleapis/google-api-go-client/commit/247ad09c5eaa9c06208a1acd99ccbf3b41b5e8f4)) - **all:** Auto-regenerate discovery clients ([#&#8203;2033](https://togithub.com/googleapis/google-api-go-client/issues/2033)) ([cc73573](https://togithub.com/googleapis/google-api-go-client/commit/cc73573e605b04cdaabb4bdfbc355d79c6fba8ba)) - **all:** Auto-regenerate discovery clients ([#&#8203;2035](https://togithub.com/googleapis/google-api-go-client/issues/2035)) ([177408e](https://togithub.com/googleapis/google-api-go-client/commit/177408ea127ce2e5a171fa54008838560203e587)) - **all:** Auto-regenerate discovery clients ([#&#8203;2040](https://togithub.com/googleapis/google-api-go-client/issues/2040)) ([5e1c531](https://togithub.com/googleapis/google-api-go-client/commit/5e1c531ef949b53a8997c25e3f4ea7943b3335b7)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
1 parent ff19987 commit 0f1e820

File tree

2 files changed

+89
-112
lines changed

2 files changed

+89
-112
lines changed

docker/indexer/go.mod

+27-25
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,56 @@ module github.com/google/osv.dev/docker/indexer
33
go 1.19
44

55
require (
6-
cloud.google.com/go/datastore v1.11.0
7-
cloud.google.com/go/pubsub v1.31.0
8-
cloud.google.com/go/storage v1.30.1
9-
github.com/go-git/go-git/v5 v5.7.0
6+
cloud.google.com/go/datastore v1.14.0
7+
cloud.google.com/go/pubsub v1.33.0
8+
cloud.google.com/go/storage v1.33.0
9+
github.com/go-git/go-git/v5 v5.8.1
1010
github.com/golang/glog v1.1.2
1111
github.com/google/go-cmp v0.5.9
1212
golang.org/x/sync v0.3.0
13-
google.golang.org/api v0.128.0
13+
google.golang.org/api v0.139.0
1414
gopkg.in/yaml.v3 v3.0.1
1515
)
1616

1717
require (
18-
cloud.google.com/go v0.110.2 // indirect
19-
cloud.google.com/go/compute v1.19.3 // indirect
18+
cloud.google.com/go v0.110.7 // indirect
19+
cloud.google.com/go/compute v1.23.0 // indirect
2020
cloud.google.com/go/compute/metadata v0.2.3 // indirect
21-
cloud.google.com/go/iam v1.0.1 // indirect
22-
github.com/Microsoft/go-winio v0.5.2 // indirect
23-
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
21+
cloud.google.com/go/iam v1.1.1 // indirect
22+
dario.cat/mergo v1.0.0 // indirect
23+
github.com/Microsoft/go-winio v0.6.1 // indirect
24+
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
2425
github.com/acomagu/bufpipe v1.0.4 // indirect
2526
github.com/cloudflare/circl v1.3.3 // indirect
2627
github.com/emirpasic/gods v1.18.1 // indirect
2728
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2829
github.com/go-git/go-billy/v5 v5.4.1 // indirect
2930
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3031
github.com/golang/protobuf v1.5.3 // indirect
31-
github.com/google/s2a-go v0.1.4 // indirect
32+
github.com/google/s2a-go v0.1.7 // indirect
3233
github.com/google/uuid v1.3.0 // indirect
33-
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
34-
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
35-
github.com/imdario/mergo v0.3.15 // indirect
34+
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
35+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
3636
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3737
github.com/kevinburke/ssh_config v1.2.0 // indirect
3838
github.com/pjbgf/sha1cd v0.3.0 // indirect
3939
github.com/sergi/go-diff v1.1.0 // indirect
40-
github.com/skeema/knownhosts v1.1.1 // indirect
40+
github.com/skeema/knownhosts v1.2.0 // indirect
4141
github.com/xanzy/ssh-agent v0.3.3 // indirect
4242
go.opencensus.io v0.24.0 // indirect
43-
golang.org/x/crypto v0.9.0 // indirect
44-
golang.org/x/net v0.10.0 // indirect
45-
golang.org/x/oauth2 v0.8.0 // indirect
46-
golang.org/x/sys v0.8.0 // indirect
47-
golang.org/x/text v0.9.0 // indirect
43+
golang.org/x/crypto v0.12.0 // indirect
44+
golang.org/x/mod v0.8.0 // indirect
45+
golang.org/x/net v0.14.0 // indirect
46+
golang.org/x/oauth2 v0.11.0 // indirect
47+
golang.org/x/sys v0.11.0 // indirect
48+
golang.org/x/text v0.12.0 // indirect
49+
golang.org/x/tools v0.6.0 // indirect
4850
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
4951
google.golang.org/appengine v1.6.7 // indirect
50-
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
51-
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
52-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
53-
google.golang.org/grpc v1.55.0 // indirect
54-
google.golang.org/protobuf v1.30.0 // indirect
52+
google.golang.org/genproto v0.0.0-20230821184602-ccc8af3d0e93 // indirect
53+
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
54+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
55+
google.golang.org/grpc v1.57.0 // indirect
56+
google.golang.org/protobuf v1.31.0 // indirect
5557
gopkg.in/warnings.v0 v0.1.2 // indirect
5658
)

0 commit comments

Comments
 (0)