Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the dependencies group with 24 updates
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]>
- Loading branch information