Skip to content
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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the dependencies group with 24 updates:

Package From To
github.com/aws/aws-sdk-go 1.53.14 1.54.11
cloud.google.com/go 0.114.0 0.115.0
cloud.google.com/go/auth 0.4.1 0.5.1
cloud.google.com/go/iam 1.1.8 1.1.9
cloud.google.com/go/storage 1.41.0 1.42.0
github.com/ProtonMail/go-crypto 1.1.0-alpha.2 1.1.0-alpha.3-proton
github.com/bgentry/speakeasy 0.1.0 0.2.0
github.com/cloudflare/circl 1.3.8 1.3.9
github.com/googleapis/gax-go/v2 2.12.4 2.12.5
github.com/hashicorp/hcl/v2 2.20.1 2.21.0
github.com/huandu/xstrings 1.4.0 1.5.0
github.com/klauspost/compress 1.17.8 1.17.9
golang.org/x/crypto 0.23.0 0.24.0
golang.org/x/mod 0.17.0 0.18.0
golang.org/x/net 0.25.0 0.26.0
golang.org/x/oauth2 0.20.0 0.21.0
golang.org/x/sys 0.20.0 0.21.0
golang.org/x/text 0.15.0 0.16.0
golang.org/x/tools 0.21.0 0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/api 0.180.0 0.186.0
google.golang.org/genproto 0.0.0-20240401170217-c3f982113cda 0.0.0-20240617180043-68d350f18fd4
google.golang.org/genproto/googleapis/api 0.0.0-20240513163218-0867130af1f8 0.0.0-20240617180043-68d350f18fd4
google.golang.org/genproto/googleapis/rpc 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

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.54.11 (2024-06-28)

Service Client Updates

  • service/acm-pca: Updates service API
  • service/cloudhsmv2: Updates service API and documentation
    • Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
  • service/connect: Updates service API and documentation
  • service/elasticmapreduce: Updates service API and documentation
    • This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
  • service/glue: Updates service API and documentation
    • Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
  • service/kinesisanalyticsv2: Updates service API and documentation
  • service/opensearch: Updates service API and documentation
  • service/pi: Updates service API and documentation
  • service/workspaces: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.

Release v1.54.10 (2024-06-27)

Service Client Updates

  • service/application-autoscaling: Updates service API and documentation
  • service/chime-sdk-media-pipelines: Updates service API and documentation
  • service/cloudfront: Updates service API and documentation
    • Doc only update for CloudFront that fixes customer-reported issue
  • service/datazone: Updates service API, documentation, and paginators
  • service/elasticache: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/mq: Updates service API and documentation
    • This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
  • service/qconnect: Updates service API, documentation, and paginators
  • service/quicksight: Updates service API and documentation
    • Adding support for Repeating Sections, Nested Filters
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for TAZ export to S3.
  • service/sagemaker: Updates service API and documentation
    • Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
  • service/workspaces: Updates service API and documentation
    • Added support for WorkSpaces Pools.

Release v1.54.9 (2024-06-26)

Service Client Updates

  • service/controltower: Updates service API, documentation, and paginators
  • service/eks: Updates service API and documentation
  • service/ivs-realtime: Updates service API, documentation, and paginators
  • service/kinesisanalyticsv2: Updates service API, documentation, and paginators
  • service/opensearch: Updates service API and documentation

... (truncated)

Commits

Updates cloud.google.com/go from 0.114.0 to 0.115.0

Changelog

Sourced from cloud.google.com/go's changelog.

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)
Commits

Updates cloud.google.com/go/auth from 0.4.1 to 0.5.1

Changelog

Sourced from cloud.google.com/go/auth's changelog.

Changes

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

  • all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
  • debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
  • rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773

Documentation

  • testing: Switch deprecated WithInsecure to WithTransportCredentials (#10091) (2b576ab)

0.112.2 (2024-03-27)

Bug Fixes

... (truncated)

Commits

Updates cloud.google.com/go/iam from 1.1.8 to 1.1.9

Release notes

Sourced from cloud.google.com/go/iam's releases.

iam: v1.1.9

1.1.9 (2024-06-26)

Bug Fixes

  • iam: Enable new auth lib (b95805f)
Commits

Updates cloud.google.com/go/storage from 1.41.0 to 1.42.0

Commits
  • 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)
  • Additional commits viewable in compare view

Updates github.com/ProtonMail/go-crypto from 1.1.0-alpha.2 to 1.1.0-alpha.3-proton

Release notes

Sourced from github.com/ProtonMail/go-crypto's releases.

v1.1.0-alpha.3-proton

This pre-release is v1.1.0-alpha.3 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

v1.1.0-alpha.1-proton

This pre-release is v1.1.0-alpha.1 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

v1.1.0-alpha.0-proton

This pre-release is v1.1.0-alpha.0 with support for symmetric keys and automatic forwarding, both of which are not standardized yet.

v1.1.0-alpha.3

What's Changed

  • New functions to verify signature hash tags
  • Allow parsing certifications explicitly marked as exportable
  • Sorting signature sub-packets by their ID when serializing
  • Mark creation time, issuer key ID, and key flag signature sub-packets as critical
  • When AEAD is in use, the session key length is now determined by the cipher specified in the AEAD preference.

Full Changelog: v1.1.0-alpha.2...v1.1.0-alpha.3

Commits
  • dfc5210 Fix HMAC generation (#204)
  • a0d3abb Replace ioutil.ReadAll with io.ReadAll
  • 12d80ee fix(v2): Adapt NewForwardingEntity to refactored NewEntity
  • 00db3be fix(v2): Do not allow encrpytion with a forwarding key
  • 49c1020 feat: Add symmetric keys to v2
  • bce9b31 fix: Address warnings
  • e202bef feat: Add forwarding to v2 api
  • 2a86d28 fix: Address rebase on version 2 issues
  • a425074 Use fingerprints instead of KeyIDs
  • b55bb97 Create a copy of the encrypted key when forwarding
  • Additional commits viewable in compare view

Updates github.com/bgentry/speakeasy from 0.1.0 to 0.2.0

Release notes

Sourced from github.com/bgentry/speakeasy's releases.

v0.2.0

What's Changed

Full Changelog: bgentry/speakeasy@v0.1.0...v0.2.0

Commits

Updates github.com/cloudflare/circl from 1.3.8 to 1.3.9

Release notes

Sourced from github.com/cloudflare/circl's releases.

CIRCL v1.3.9

Changes:

  • Fix bug on BLS12381 decoding elements.

Commit History

Full Changelog: cloudflare/circl@v1.3.8...v1.3.9

Commits
  • 75b28ed Preparing CIRCL release v1.3.9
  • 9e7c49b Detects invalid encodings of bls12381 elements.
  • 5f94471 Test for invalid encodings of BLS12381.
  • 456fe41 dilithium: fix typo
  • See full diff in compare view

Updates github.com/googleapis/gax-go/v2 from 2.12.4 to 2.12.5

Release notes

Sourced from github.com/googleapis/gax-go/v2's releases.

v2.12.5

2.12.5 (2024-06-18)

Bug Fixes

  • v2/apierror: fix (*APIError).Error() for unwrapped Status (#351) (22c16e7), refs #350
Commits

Updates github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0

Release notes

Sourced from github.com/hashicorp/hcl/v2's releases.

v2.21.0

Enhancements

  • Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)
  • ext/dynblock: Now accepts marked values in for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)

Bugs Fixed

  • Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
Changelog

Sourced from github.com/hashicorp/hcl/v2's changelog.

v2.21.0 (June 19, 2024)

Enhancements

  • Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)
  • ext/dynblock: Now accepts marked values in for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)

Bugs Fixed

  • Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
Commits
  • 360ae57 prepare for v2.21.0 release
  • f7e093a github: Pin action refs to latest trusted by TSCCR (#683)
  • 212a40e Update CHANGELOG.md
  • 318bbfe hcldec: Allow body-derived values to be marked
  • 9a64c17 dynblock: Preserve marks from for_each expression into result
  • bc75765 hclsyntax: Don't panic if splat operand is unknown and marked
  • bf54697 github: Set up Dependabot to manage HashiCorp-owned Actions versioning
  • 4521ae9 github: Pin action refs to latest trusted by TSCCR (#677)
  • 1c5ae8f Update CHANGELOG.md
  • f7cd61a Add additional function for parsing traversals with [*] keys (#673)
  • See full diff in compare view

Updates github.com/huandu/xstrings from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/huandu/xstrings's releases.

API Change: New API ToPascalCase and make ToCamelCase camelCase

Per discuss in #56, I decide to change the result of ToCamelCase to make it align with common sense. In the past, ToCamelCase converts camel_case_string to CamelCaseString, in which the first letter is upper case; Starting from this release, ToCamelCase returns camelCaseString instead. If we want to convert string to "upper" camel case, we can use new API ToPascalCase.

If you have any concern, please feel free to send issue to me. Thanks.

Full Changelog: huandu/xstrings@v1.4.0...v1.5.0

Commits

Updates github.com/klauspost/compress from 1.17.8 to 1.17.9

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.9

What's Changed

Full Changelog: klauspost/compress@v1.17.8...v1.17.9

Commits

Updates golang.org/x/crypto from 0.23.0 to 0.24.0

Commits
  • 332fd65 go.mod: update golang.org/x dependencies
  • 0b431c7 x509roots/fallback: update bundle
  • 349231f ssh: implement CryptoPublicKey on sk keys
  • 44c9b0f ssh: allow server auth callbacks to send additional banners
  • 67b1361 sha3: reenable s390x assembly
  • 477a5b4 sha3: make APIs usable with zero allocations
  • 59b5a86 sha3: disable s390x assembly
  • 10f366e sha3: simplify XOR functions
  • See full diff in compare view

Updates golang.org/x/mod from 0.17.0 to 0.18.0

Commits

Updates golang.org/x/net from 0.25.0 to 0.26.0

Commits
  • 66e838c go.mod: update golang.org/x dependencies
  • 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  • 603e3e6 quic: disable X25519Kyber768Draft00 in tests
  • 67e8d0c http2: report an error if goroutines outlive serverTester tests
  • 5608279 http2: avoid corruption in priority write scheduler
  • 0d515a5 http2: factor out frame read/write test functions
  • 9f5b79b http2: drop unused retry function
  • 03c24c2 http2: use synthetic time in server tests
  • 022530c http2: add a more full-featured test net.Conn
  • 410d19e http2: avoid racy access to clientStream.requestedGzip
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.20.0 to 0.21.0

Commits

Updates golang.org/x/sys from 0.20.0 to 0.21.0

Commits
  • 673e0f9 unix: skip ethtool driver test for busy interface
  • 6943ab6 unix/linux: update glibc to 2.39
  • 92f3ad6 unix: update to Linux kernel 6.9
  • f34bb9f windows: add net user enum
  • 6dfb94e unix: add types for SOCK_DIAG
  • See full diff in compare view

Updates golang.org/x/text from 0.15.0 to 0.16.0

Commits
  • 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
  • 59e1219 message: optimize lookupAndFormat function for better performance
  • a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
  • See full diff in compare view

Updates golang.org/x/tools from 0.21.0 to 0.21.1-0.20240508182429-e35e4ccd0d2d

Commits

Updates google.golang.org/api from 0.180.0 to 0.186.0

Release notes

Sourced from google.golang.org/api's releases.

v0.186.0

0.186.0 (2024-06-25)

Features

v0.185.0

0.185.0 (2024-06-18)

Features

Bug Fixes

  • internal/gensupport: Update shouldRetry for GCS uploads (#2634) (ea513cb)

v0.184.0

0.184.0 (2024-06-12)

Features

Bug Fixes

  • cba: Update credsNewAuth to support oauth2 over mTLS (#2610) (953f728)

v0.183.0

0.183.0 (2024-06-04)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.186.0 (2024-06-25)

Features

0.185.0 (2024-06-18)

Features

Bug Fixes

  • internal/gensupport: Update shouldRetry for GCS uploads (#2634) (ea513cb)

0.184.0 (2024-06-12)

Features

Bug Fixes

  • cba: Update credsNewAuth to support oauth2 over mTLS (#2610) (953f728)

0.183.0 (2024-06-04)

Features

... (truncated)

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 1, 2024
@dependabot dependabot bot requested a review from brandon-welsch July 1, 2024 13:17
@github-actions github-actions bot enabled auto-merge July 1, 2024 13:17
@github-actions github-actions bot merged commit 139ca34 into master Jul 1, 2024
1 check passed
@github-actions 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
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants