forked from remijouannet/terraform-provider-osc
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the dependencies group with 24 updates #254
Merged
github-actions
merged 1 commit into
master
from
dependabot/go_modules/dependencies-adeb02c3e4
Jul 1, 2024
Merged
chore(deps): bump the dependencies group with 24 updates #254
github-actions
merged 1 commit into
master
from
dependabot/go_modules/dependencies-adeb02c3e4
Jul 1, 2024
Conversation
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
Bumps the dependencies group with 24 updates: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.53.14` | `1.54.11` | | [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.114.0` | `0.115.0` | | [cloud.google.com/go/auth](https://github.com/googleapis/google-cloud-go) | `0.4.1` | `0.5.1` | | [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.1.8` | `1.1.9` | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.41.0` | `1.42.0` | | [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) | `1.1.0-alpha.2` | `1.1.0-alpha.3-proton` | | [github.com/bgentry/speakeasy](https://github.com/bgentry/speakeasy) | `0.1.0` | `0.2.0` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.3.8` | `1.3.9` | | [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) | `2.12.4` | `2.12.5` | | [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) | `2.20.1` | `2.21.0` | | [github.com/huandu/xstrings](https://github.com/huandu/xstrings) | `1.4.0` | `1.5.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.8` | `1.17.9` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.23.0` | `0.24.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.17.0` | `0.18.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.25.0` | `0.26.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.20.0` | `0.21.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.20.0` | `0.21.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.15.0` | `0.16.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.21.0` | `0.21.1-0.20240508182429-e35e4ccd0d2d` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.180.0` | `0.186.0` | | [google.golang.org/genproto](https://github.com/googleapis/go-genproto) | `0.0.0-20240401170217-c3f982113cda` | `0.0.0-20240617180043-68d350f18fd4` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20240513163218-0867130af1f8` | `0.0.0-20240617180043-68d350f18fd4` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20240513163218-0867130af1f8` | `0.0.0-20240617180043-68d350f18fd4` | | google.golang.org/protobuf | `1.34.1` | `1.34.2` | Updates `github.com/aws/aws-sdk-go` from 1.53.14 to 1.54.11 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.53.14...v1.54.11) Updates `cloud.google.com/go` from 0.114.0 to 0.115.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@v0.114.0...v0.115.0) Updates `cloud.google.com/go/auth` from 0.4.1 to 0.5.1 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@ai/v0.4.1...auth/v0.5.1) Updates `cloud.google.com/go/iam` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@iam/v1.1.8...iam/v1.1.9) Updates `cloud.google.com/go/storage` from 1.41.0 to 1.42.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.41.0...spanner/v1.42.0) Updates `github.com/ProtonMail/go-crypto` from 1.1.0-alpha.2 to 1.1.0-alpha.3-proton - [Release notes](https://github.com/ProtonMail/go-crypto/releases) - [Commits](ProtonMail/go-crypto@v1.1.0-alpha.2...v1.1.0-alpha.3-proton) Updates `github.com/bgentry/speakeasy` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/bgentry/speakeasy/releases) - [Commits](bgentry/speakeasy@v0.1.0...v0.2.0) Updates `github.com/cloudflare/circl` from 1.3.8 to 1.3.9 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.8...v1.3.9) Updates `github.com/googleapis/gax-go/v2` from 2.12.4 to 2.12.5 - [Release notes](https://github.com/googleapis/gax-go/releases) - [Commits](googleapis/gax-go@v2.12.4...v2.12.5) Updates `github.com/hashicorp/hcl/v2` from 2.20.1 to 2.21.0 - [Release notes](https://github.com/hashicorp/hcl/releases) - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md) - [Commits](hashicorp/hcl@v2.20.1...v2.21.0) Updates `github.com/huandu/xstrings` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/huandu/xstrings/releases) - [Commits](huandu/xstrings@v1.4.0...v1.5.0) Updates `github.com/klauspost/compress` from 1.17.8 to 1.17.9 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.8...v1.17.9) Updates `golang.org/x/crypto` from 0.23.0 to 0.24.0 - [Commits](golang/crypto@v0.23.0...v0.24.0) Updates `golang.org/x/mod` from 0.17.0 to 0.18.0 - [Commits](golang/mod@v0.17.0...v0.18.0) Updates `golang.org/x/net` from 0.25.0 to 0.26.0 - [Commits](golang/net@v0.25.0...v0.26.0) Updates `golang.org/x/oauth2` from 0.20.0 to 0.21.0 - [Commits](golang/oauth2@v0.20.0...v0.21.0) Updates `golang.org/x/sys` from 0.20.0 to 0.21.0 - [Commits](golang/sys@v0.20.0...v0.21.0) Updates `golang.org/x/text` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.15.0...v0.16.0) Updates `golang.org/x/tools` from 0.21.0 to 0.21.1-0.20240508182429-e35e4ccd0d2d - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/commits) Updates `google.golang.org/api` from 0.180.0 to 0.186.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](googleapis/google-api-go-client@v0.180.0...v0.186.0) Updates `google.golang.org/genproto` from 0.0.0-20240401170217-c3f982113cda to 0.0.0-20240617180043-68d350f18fd4 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240513163218-0867130af1f8 to 0.0.0-20240617180043-68d350f18fd4 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240513163218-0867130af1f8 to 0.0.0-20240617180043-68d350f18fd4 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.34.1 to 1.34.2 --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cloud.google.com/go dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cloud.google.com/go/auth dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cloud.google.com/go/iam dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cloud.google.com/go/storage dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/ProtonMail/go-crypto dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/bgentry/speakeasy dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/googleapis/gax-go/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/hashicorp/hcl/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/huandu/xstrings dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/text dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/api dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/genproto dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Jul 1, 2024
github-actions
bot
deleted the
dependabot/go_modules/dependencies-adeb02c3e4
branch
July 1, 2024 13:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 24 updates:
1.53.14
1.54.11
0.114.0
0.115.0
0.4.1
0.5.1
1.1.8
1.1.9
1.41.0
1.42.0
1.1.0-alpha.2
1.1.0-alpha.3-proton
0.1.0
0.2.0
1.3.8
1.3.9
2.12.4
2.12.5
2.20.1
2.21.0
1.4.0
1.5.0
1.17.8
1.17.9
0.23.0
0.24.0
0.17.0
0.18.0
0.25.0
0.26.0
0.20.0
0.21.0
0.20.0
0.21.0
0.15.0
0.16.0
0.21.0
0.21.1-0.20240508182429-e35e4ccd0d2d
0.180.0
0.186.0
0.0.0-20240401170217-c3f982113cda
0.0.0-20240617180043-68d350f18fd4
0.0.0-20240513163218-0867130af1f8
0.0.0-20240617180043-68d350f18fd4
0.0.0-20240513163218-0867130af1f8
0.0.0-20240617180043-68d350f18fd4
1.34.1
1.34.2
Updates
github.com/aws/aws-sdk-go
from 1.53.14 to 1.54.11Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
... (truncated)
Commits
9607ced
Release v1.54.11 (2024-06-28) (#5299)372d444
Release v1.54.10 (2024-06-27) (#5298)b9d7c6a
Release v1.54.9 (2024-06-26) (#5297)cce1a63
Release v1.54.8 (2024-06-25) (#5296)33c5946
Release v1.54.7 (2024-06-24) (#5295)38baa50
Merge pull request #5294 from aws/fix-opsworks7ca485f
remove opsworks smoke test9bdfe74
Release v1.54.6 (2024-06-20) (#5292)66bfa6b
Release v1.54.5 (2024-06-19) (#5291)f2d0da8
Release v1.54.4 (2024-06-18) (#5290)Updates
cloud.google.com/go
from 0.114.0 to 0.115.0Changelog
Sourced from cloud.google.com/go's changelog.
Commits
9eb3d1f
chore(main): release 0.115.0 (#10291)5057742
chore: release main (#10361)2f4daa1
fix(storage): retry broken pipe error (#10374)134f567
feat(firestore/apiv1): add bulk delete api (#10369)4295817
chore(vertexai): clean up utility function and add tests (#10371)9d365d1
feat(vertexai/genai): add MergedResponse method to GenerateContentResponseIte...23c5fff
fix(spanner): fix data-race caused by TrackSessionHandle (#10321)203fc92
chore: give go-vertexai team aiplatform CODEOWNERS (#10367)8ac08f2
chore(main): release vertexai 0.11.0 (#10365)d9754c7
feat(vertexai): explicit caching (#10363)Updates
cloud.google.com/go/auth
from 0.4.1 to 0.5.1Changelog
Sourced from cloud.google.com/go/auth's changelog.
... (truncated)
Commits
7b073ca
chore(main): release auth 0.5.1 (#10295)685784e
fix(auth): pass through client to 2LO and 3LO flows (#10290)430ce8a
feat(internal/trace): deprecate OpenCensus support (#10287)4832e10
chore(internal/protoveneer): support Status (#10280)4924efa
test(storage): do not fail on precondition failure for bucket updates (#10284)882fe5c
feat(aiplatform/apiv1beta1): add methods to info.go (#10288)d724b3f
chore(CODEOWNERS): add Go Gemini devs to ai (#10278)fac63c3
feat(aiplatform): add ValueType.STRUCT to Feature (#10282)3c4f170
chore: release main (#10249)2e0b0a6
chore(all): update deps (#10267)Updates
cloud.google.com/go/iam
from 1.1.8 to 1.1.9Release notes
Sourced from cloud.google.com/go/iam's releases.
Commits
b53c5fb
chore: release main (#10406)b3a2cd2
chore(main): release pubsub 1.40.0 (#10407)a3d70ed
feat(pubsub): add client ID to initial streaming pull request (#10436)b76b4ee
chore(telcoautomation): release v1.0.0 (#10448)c8b65e4
chore(securitycentermanagement): release v1.0.0 (#10447)752601c
chore(securesourcemanager): release v1.0.0 (#10446)1cf83a8
chore(edgenetwork): release v1.0.0 (#10445)4f2cc2b
chore(cloudquotas): release v1.0.0 (#10444)2980bd1
chore(cloudcontrolspartner): release v1.0.0 (#10443)5e4167f
chore(backupdr): release v1.0.0 (#10442)Updates
cloud.google.com/go/storage
from 1.41.0 to 1.42.0Commits
22e90d9
chore(main): release spanner 1.42.0 (#7130)2552e09
fix(spanner): fallback to check grpc error message if ResourceType is nil for...6bb95ef
feat(spanner): add database roles (#5701)f2b1f1b
chore(bigquery/storage/managedwriter): internal refactor (flow controller, id...bcc9fcd
test(bigtable): expand integration tests for read stats (#7143)ab332ce
fix(internal/gapicgen): disable rest for non-rest APIs (#7157)dc89409
chore(main): release pubsublite 1.6.0 (#7129)5fa8555
feat(pubsublite): create/update export subscriptions (#6885)176f533
feat(pubsublite): unload idle partition publishers (#7105)28f3572
feat(all): enable REGAPIC and REST numeric enums (#6999)Updates
github.com/ProtonMail/go-crypto
from 1.1.0-alpha.2 to 1.1.0-alpha.3-protonRelease notes
Sourced from github.com/ProtonMail/go-crypto's releases.
Commits
dfc5210
Fix HMAC generation (#204)a0d3abb
Replace ioutil.ReadAll with io.ReadAll12d80ee
fix(v2): Adapt NewForwardingEntity to refactored NewEntity00db3be
fix(v2): Do not allow encrpytion with a forwarding key49c1020
feat: Add symmetric keys to v2bce9b31
fix: Address warningse202bef
feat: Add forwarding to v2 api2a86d28
fix: Address rebase on version 2 issuesa425074
Use fingerprints instead of KeyIDsb55bb97
Create a copy of the encrypted key when forwardingUpdates
github.com/bgentry/speakeasy
from 0.1.0 to 0.2.0Release notes
Sourced from github.com/bgentry/speakeasy's releases.
Commits
760eaf8
Fix #22 - search for stty in PATH (#24)a4057f5
Add support for zOS (#26)7db90ef
add support for aix/ppc64 (#25)Updates
github.com/cloudflare/circl
from 1.3.8 to 1.3.9Release notes
Sourced from github.com/cloudflare/circl's releases.
Commits
75b28ed
Preparing CIRCL release v1.3.99e7c49b
Detects invalid encodings of bls12381 elements.5f94471
Test for invalid encodings of BLS12381.456fe41
dilithium: fix typoUpdates
github.com/googleapis/gax-go/v2
from 2.12.4 to 2.12.5Release notes
Sourced from github.com/googleapis/gax-go/v2's releases.
Commits
c2c0099
chore(main): release 2.12.5 (#353)55d7a85
chore(v2): merge x-goog-api-client vals into a single header (#354)0296a8c
chore(all): update all (#355)58ad392
chore(all): update all (#352)22c16e7
fix(v2/apierror): fix (*APIError).Error() for unwrapped Status (#351)99b8660
chore(all): update all to a332354 (#349)036086a
chore(all): update all (#348)269d62a
chore: update min to 1.20 (#347)10fc84f
chore(all): update all (#346)c4815d4
chore(all): update all (#345)Updates
github.com/hashicorp/hcl/v2
from 2.20.1 to 2.21.0Release notes
Sourced from github.com/hashicorp/hcl/v2's releases.
Changelog
Sourced from github.com/hashicorp/hcl/v2's changelog.
Commits
360ae57
prepare for v2.21.0 releasef7e093a
github: Pin action refs to latest trusted by TSCCR (#683)212a40e
Update CHANGELOG.md318bbfe
hcldec: Allow body-derived values to be marked9a64c17
dynblock: Preserve marks from for_each expression into resultbc75765
hclsyntax: Don't panic if splat operand is unknown and markedbf54697
github: Set up Dependabot to manage HashiCorp-owned Actions versioning4521ae9
github: Pin action refs to latest trusted by TSCCR (#677)1c5ae8f
Update CHANGELOG.mdf7cd61a
Add additional function for parsing traversals with [*] keys (#673)Updates
github.com/huandu/xstrings
from 1.4.0 to 1.5.0Release notes
Sourced from github.com/huandu/xstrings's releases.
Commits
1040c04
fix #56: New api ToPascalCase and change camelCase to correct valueUpdates
github.com/klauspost/compress
from 1.17.8 to 1.17.9Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
7ae2138
Upgrade zlib to upstream (#971)0396178
zstd: BuildDict fails with RLE table (#951)8411e1d
zip: Upgrade to 1.22.4 upstream (#970)d9f6f55
build(deps): bump the github-actions group across 1 directory with 2 updates ...5f7dd25
flate, zstd: Shave some bytes off amd64 matchLen (#963)3a0faf3
Fix arm64 vet issues (#964)8bd3916
s2: Reduce ReadFrom temporary allocations (#949)Updates
golang.org/x/crypto
from 0.23.0 to 0.24.0Commits
332fd65
go.mod: update golang.org/x dependencies0b431c7
x509roots/fallback: update bundle349231f
ssh: implement CryptoPublicKey on sk keys44c9b0f
ssh: allow server auth callbacks to send additional banners67b1361
sha3: reenable s390x assembly477a5b4
sha3: make APIs usable with zero allocations59b5a86
sha3: disable s390x assembly10f366e
sha3: simplify XOR functionsUpdates
golang.org/x/mod
from 0.17.0 to 0.18.0Commits
c0bdc7b
modfile: add API for godebug lines6686f41
module: add COM0 and LPT0 to badWindowsNamesUpdates
golang.org/x/net
from 0.25.0 to 0.26.0Commits
66e838c
go.mod: update golang.org/x dependencies6249541
http2: avoid race in server handler SetReadDeadine/SetWriteDeadline603e3e6
quic: disable X25519Kyber768Draft00 in tests67e8d0c
http2: report an error if goroutines outlive serverTester tests5608279
http2: avoid corruption in priority write scheduler0d515a5
http2: factor out frame read/write test functions9f5b79b
http2: drop unused retry function03c24c2
http2: use synthetic time in server tests022530c
http2: add a more full-featured test net.Conn410d19e
http2: avoid racy access to clientStream.requestedGzipUpdates
golang.org/x/oauth2
from 0.20.0 to 0.21.0Commits
5fd4241
google: update compute token refreshUpdates
golang.org/x/sys
from 0.20.0 to 0.21.0Commits
673e0f9
unix: skip ethtool driver test for busy interface6943ab6
unix/linux: update glibc to 2.3992f3ad6
unix: update to Linux kernel 6.9f34bb9f
windows: add net user enum6dfb94e
unix: add types for SOCK_DIAGUpdates
golang.org/x/text
from 0.15.0 to 0.16.0Commits
9c2f3a2
cmd/gotext: fix segfault in extract & rewrite commands59e1219
message: optimize lookupAndFormat function for better performancea20a3e2
x/text: update x/tools for go/ssa range-over-func fixUpdates
golang.org/x/tools
from 0.21.0 to 0.21.1-0.20240508182429-e35e4ccd0d2dCommits
Updates
google.golang.org/api
from 0.180.0 to 0.186.0Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
89bc0dc
chore(main): release 0.186.0 (#2642)