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

build(deps): bump the golang group with 6 updates #1528

Merged
merged 1 commit into from
May 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the golang group with 6 updates:

Package From To
github.com/avast/retry-go/v4 4.5.1 4.6.0
github.com/rs/cors 1.10.1 1.11.0
golang.org/x/crypto 0.21.0 0.22.0
golang.org/x/net 0.22.0 0.24.0
golang.org/x/term 0.18.0 0.19.0
modernc.org/sqlite 1.29.5 1.29.8

Updates github.com/avast/retry-go/v4 from 4.5.1 to 4.6.0

Release notes

Sourced from github.com/avast/retry-go/v4's releases.

v4.6.0

What's Changed

New Contributors

Full Changelog: avast/retry-go@v4.5.1...v4.6.0

Commits
  • 839c8ce bump version
  • 0b659df Merge pull request #112 from avast/dependabot/go_modules/github.com/stretchr/...
  • 7e735d2 Merge pull request #114 from FarmerChillax/fix-onretry-count
  • c7fe1f1 Merge pull request #116 from natenho/until-succeeded
  • 88a4c8d Introduce UntilSucceeded option to improve semantic
  • 4826a2b fix: Fix the inconsistency in the number of times passed in onRetry
  • a9ca9db Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • See full diff in compare view

Updates github.com/rs/cors from 1.10.1 to 1.11.0

Commits
  • 4c32059 Normalize allowed request headers and store them in a sorted set (fixes #170)...
  • 8d33ca4 Complete documentation; deprecate AllowOriginRequestFunc in favour of AllowOr...
  • af821ae Merge branch 'jub0bs-master'
  • 0bcf73f Update benchmark
  • eacc8e8 Fix skewed middleware benchmarks (#165)
  • 9297f15 Respect the documented precedence of options (#163)
  • 73f81b4 Fix readme benchmark rendering (#161)
  • See full diff in compare view

Updates golang.org/x/crypto from 0.21.0 to 0.22.0

Commits
  • d042a39 go.mod: update golang.org/x dependencies
  • b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts
  • 6f79b5a ssh: add server side multi-step authentication
  • 8d0d405 x/crypto/chacha20: cleanup chacha_ppc64le.s
  • b91329d all: remove redundant words in comments and fix some typos
  • See full diff in compare view

Updates golang.org/x/net from 0.22.0 to 0.24.0

Commits
  • 7bbe320 go.mod: update golang.org/x dependencies
  • c48da13 http2: fix TestServerContinuationFlood flakes
  • 762b58d http2: fix tipos in comment
  • ba87210 http2: close connections when receiving too many headers
  • ebc8168 all: fix some typos
  • 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  • 448c44f http2: remove clientTester
  • c7877ac http2: convert the remaining clientTester tests to testClientConn
  • d8870b0 http2: use synthetic time in TestIdleConnTimeout
  • d73acff http2: only set up deadline when Server.IdleTimeout is positive
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.18.0 to 0.19.0

Commits

Updates modernc.org/sqlite from 1.29.5 to 1.29.8

Commits
  • 86f4fa0 upgrade to SQLite 3.45.3
  • f6288a5 upgrade to SQLite 3.45.2, support linux/loong64 /3
  • dc27467 upgrade to SQLite 3.45.2, support linux/loong64 /2
  • 2baa790 upgrade to SQLite 3.45.2, support linux/loong64
  • 21d90b2 Merge branch 'feature/89/add-backup-commit-method' into 'master'
  • 01aa83b fixup! sqlite: add Backup.Commit method
  • 27e480d CONTRIBUTORS: added self as contributor
  • fc4ca38 functest: added a backup-commit-close test
  • d3c0a9c sqlite: add Backup.Commit method
  • 8167b21 Merge branch 'tyge-master-patch-33989' into 'master'
  • Additional commits viewable in compare view

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 golang group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) | `4.5.1` | `4.6.0` |
| [github.com/rs/cors](https://github.com/rs/cors) | `1.10.1` | `1.11.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.21.0` | `0.22.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.22.0` | `0.24.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.18.0` | `0.19.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.5` | `1.29.8` |


Updates `github.com/avast/retry-go/v4` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](avast/retry-go@4.5.1...4.6.0)

Updates `github.com/rs/cors` from 1.10.1 to 1.11.0
- [Commits](rs/cors@v1.10.1...v1.11.0)

Updates `golang.org/x/crypto` from 0.21.0 to 0.22.0
- [Commits](golang/crypto@v0.21.0...v0.22.0)

Updates `golang.org/x/net` from 0.22.0 to 0.24.0
- [Commits](golang/net@v0.22.0...v0.24.0)

Updates `golang.org/x/term` from 0.18.0 to 0.19.0
- [Commits](golang/term@v0.18.0...v0.19.0)

Updates `modernc.org/sqlite` from 1.29.5 to 1.29.8
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.5...v1.29.8)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/rs/cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2024
@zze0s zze0s added this to the v1.42.0 milestone May 3, 2024
@zze0s
Copy link
Collaborator

zze0s commented May 3, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit f820060 into develop May 3, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/golang-810831436e branch May 3, 2024 07:47
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
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant