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

Bump the go-modules-updates group with 6 updates #219

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-modules-updates group with 6 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.27.16 1.27.23
github.com/aws/aws-sdk-go-v2/credentials 1.17.16 1.17.23
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.29.1 1.32.1
github.com/jessevdk/go-flags 1.5.0 1.6.1
golang.org/x/crypto 0.23.0 0.24.0
modernc.org/sqlite 1.29.10 1.30.1

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.23

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to 1.17.23

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.29.1 to 1.32.1

Commits

Updates github.com/jessevdk/go-flags from 1.5.0 to 1.6.1

Release notes

Sourced from github.com/jessevdk/go-flags's releases.

v1.6.1

Full Changelog: jessevdk/go-flags@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: jessevdk/go-flags@v1.5.0...v1.6.0

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 modernc.org/sqlite from 1.29.10 to 1.30.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.16` | `1.27.23` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.16` | `1.17.23` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.29.1` | `1.32.1` |
| [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) | `1.5.0` | `1.6.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.23.0` | `0.24.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.10` | `1.30.1` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.16 to 1.27.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.16...config/v1.27.23)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.16 to 1.17.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.16...credentials/v1.17.23)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.29.1 to 1.32.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.29.1...service/emr/v1.32.1)

Updates `github.com/jessevdk/go-flags` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](jessevdk/go-flags@v1.5.0...v1.6.1)

Updates `golang.org/x/crypto` from 0.23.0 to 0.24.0
- [Commits](golang/crypto@v0.23.0...v0.24.0)

Updates `modernc.org/sqlite` from 1.29.10 to 1.30.1
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.10...v1.30.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: github.com/jessevdk/go-flags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from umputun as a code owner July 1, 2024 09:50
Copy link

cloudflare-workers-and-pages bot commented Jul 1, 2024

Deploying spot-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 87b25b8
Status: ✅  Deploy successful!
Preview URL: https://be1274f8.spot-7ki.pages.dev
Branch Preview URL: https://dependabot-go-modules-go-mod-glh1.spot-7ki.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 1, 2024
@coveralls
Copy link

coveralls commented Jul 1, 2024

Pull Request Test Coverage Report for Build 9742042586

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.583%

Totals Coverage Status
Change from base Build 9390079867: 0.0%
Covered Lines: 2734
Relevant Lines: 3271

💛 - Coveralls

@umputun umputun merged commit 836a9c4 into master Jul 1, 2024
3 checks passed
@umputun umputun deleted the dependabot/go_modules/go-modules-updates-38676b66b8 branch July 1, 2024 19:45
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.

2 participants