Skip to content

chore(deps): bump the go_modules group across 2 directories with 4 updates#2

Open
dependabot[bot] wants to merge 1 commit into
bbr2from
dependabot/go_modules/app/go_modules-46936f99b4
Open

chore(deps): bump the go_modules group across 2 directories with 4 updates#2
dependabot[bot] wants to merge 1 commit into
bbr2from
dependabot/go_modules/app/go_modules-46936f99b4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown

Bumps the go_modules group with 4 updates in the /app directory: github.com/cloudflare/circl, github.com/hashicorp/go-retryablehttp, github.com/refraction-networking/utls and golang.org/x/oauth2.
Bumps the go_modules group with 2 updates in the /extras directory: github.com/cloudflare/circl and github.com/refraction-networking/utls.

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

Release notes

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

CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

What's Changed

Full Changelog: cloudflare/circl@v1.6.2...v1.6.3

CIRCL v1.6.2

  • New SLH-DSA, improvements in ML-DSA for arm64.
  • Tested compilation on WASM.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.6.1...v1.6.2

CIRCL v1.6.1

  • Fixes some point checks on the FourQ curve.
  • Hybrid KEM fails on low-order points.

... (truncated)

Commits
  • 24ae53c Release CIRCL v1.6.3
  • 581020b Rename method to oddMultiplesProjective.
  • 12209a4 Removing unused cmov for jacobian points.
  • fcba359 ecc/p384: use of complete projective formulas for scalar multiplication.
  • 5e1bae8 ecc/p384: handle point doubling in point addition with Jacobian coordinates.
  • 3416046 Check opts for nil value.
  • a763d47 Release CIRCL v1.6.2
  • 3c70bf9 Bump x/crypto x/sys dependencies.
  • 3f0f15b Revert to using package-declared HPKE errors for shortkem instead of standard...
  • 23491bd Adding generic Power2Round method.
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.7 (May 30, 2024)

BUG FIXES:

  • client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158)
Commits
  • 1542b31 v0.7.7
  • defb9f4 v0.7.7
  • a99f07b Merge pull request #158 from dany74q/danny/redacted-url-in-logs
  • 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  • 86e852d Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...
  • 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  • 490fc06 Merge pull request #226 from testwill/ioutil
  • f3e9417 chore: remove refs to deprecated io/ioutil
  • See full diff in compare view

Updates github.com/refraction-networking/utls from 1.6.6 to 1.8.2

Release notes

Sourced from github.com/refraction-networking/utls's releases.

v1.8.2 security update

Fixes a fingerprint mismatch on the Chrome 120 fingerprint. Credit to telegram @​acgdaily for reporting this issue.

What's Changed

Full Changelog: refraction-networking/utls@v1.8.1...v1.8.2

v1.8.1 Bug fixes

This update includes several bug fixes.

In particular, users of Chrome>=120 parrots should update ASAP. See #375 for details. Thanks to the original reporter for reporting this issue.

What's Changed

New Contributors

Full Changelog: refraction-networking/utls@v1.8.0...v1.8.1

v1.8.0

For fingerprinting, this update adds Chrome 133 spec, fixes an issue with the Edge 106 spec, and makes the randomized spec more up to date. It also includes numerous bug fixes and other improvements to the library. Thank you to everyone who contributed!

What's Changed

New Contributors

Full Changelog: refraction-networking/utls@v1.7.3...v1.8.0

v1.7.3 Fix PQ fingerprint

What's Changed

Full Changelog: refraction-networking/utls@v1.7.2...v1.7.3

... (truncated)

Commits
  • 8fe0b08 fix: add missing padding extension for chrome 120
  • 24bd1e0 fix: use AES in GREASE ECH for Chrome fingerprint
  • a5511b3 fix: PubServerHelloMsg.ServerShare is not exported correctly
  • ab37775 refactor: remove unused cf circl ech config
  • d319820 refactor: use stdlib ech functions for grease ech
  • 80dbaa4 refactor: rm unused cloudflare pq code
  • b8c41e9 feat: enhanced generateRandomizedSpec() with randomized keyShare and curveIDs
  • 5490d70 feat: randomize minimum TLS version selection
  • be0c457 u_parrots.go: Minumum randomized TLS version 1.2
  • 2d11d53 Export Mlkem and MlkemEcdhe in struct KeySharePrivateKeys
  • Additional commits viewable in compare view

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

Commits
  • 681b4d8 jws: split token into fixed number of parts
  • 3f78298 all: upgrade go directive to at least 1.23.0 [generated]
  • 109dabf endpoints: add links/provider for Discord
  • ac571fa oauth2: fix docs for Config.DeviceAuth
  • 314ee5b endpoints: add patreon endpoint
  • b9c813b google: add warning about externally-provided credentials
  • 49a531d all: make method and struct comments match the names
  • 22134a4 README: don't recommend go get
  • 3e64809 x/oauth2: add Token.ExpiresIn
  • 16a9973 jwt: rename example to avoid vet error
  • Additional commits viewable in compare view

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

Release notes

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

CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

What's Changed

Full Changelog: cloudflare/circl@v1.6.2...v1.6.3

CIRCL v1.6.2

  • New SLH-DSA, improvements in ML-DSA for arm64.
  • Tested compilation on WASM.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.6.1...v1.6.2

CIRCL v1.6.1

  • Fixes some point checks on the FourQ curve.
  • Hybrid KEM fails on low-order points.

... (truncated)

Commits
  • 24ae53c Release CIRCL v1.6.3
  • 581020b Rename method to oddMultiplesProjective.
  • 12209a4 Removing unused cmov for jacobian points.
  • fcba359 ecc/p384: use of complete projective formulas for scalar multiplication.
  • 5e1bae8 ecc/p384: handle point doubling in point addition with Jacobian coordinates.
  • 3416046 Check opts for nil value.
  • a763d47 Release CIRCL v1.6.2
  • 3c70bf9 Bump x/crypto x/sys dependencies.
  • 3f0f15b Revert to using package-declared HPKE errors for shortkem instead of standard...
  • 23491bd Adding generic Power2Round method.
  • Additional commits viewable in compare view

Updates github.com/refraction-networking/utls from 1.6.6 to 1.8.2

Release notes

Sourced from github.com/refraction-networking/utls's releases.

v1.8.2 security update

Fixes a fingerprint mismatch on the Chrome 120 fingerprint. Credit to telegram @​acgdaily for reporting this issue.

What's Changed

Full Changelog: refraction-networking/utls@v1.8.1...v1.8.2

v1.8.1 Bug fixes

This update includes several bug fixes.

In particular, users of Chrome>=120 parrots should update ASAP. See #375 for details. Thanks to the original reporter for reporting this issue.

What's Changed

New Contributors

Full Changelog: refraction-networking/utls@v1.8.0...v1.8.1

v1.8.0

For fingerprinting, this update adds Chrome 133 spec, fixes an issue with the Edge 106 spec, and makes the randomized spec more up to date. It also includes numerous bug fixes and other improvements to the library. Thank you to everyone who contributed!

What's Changed

New Contributors

Full Changelog: refraction-networking/utls@v1.7.3...v1.8.0

v1.7.3 Fix PQ fingerprint

What's Changed

Full Changelog: refraction-networking/utls@v1.7.2...v1.7.3

... (truncated)

Commits
  • 8fe0b08 fix: add missing padding extension for chrome 120
  • 24bd1e0 fix: use AES in GREASE ECH for Chrome fingerprint
  • a5511b3 fix: PubServerHelloMsg.ServerShare is not exported correctly
  • ab37775 refactor: remove unused cf circl ech config
  • d319820 refactor: use stdlib ech functions for grease ech
  • 80dbaa4 refactor: rm unused cloudflare pq code
  • b8c41e9 feat: enhanced generateRandomizedSpec() with randomized keyShare and curveIDs
  • 5490d70 feat: randomize minimum TLS version selection
  • be0c457 u_parrots.go: Minumum randomized TLS version 1.2
  • 2d11d53 Export Mlkem and MlkemEcdhe in struct KeySharePrivateKeys
  • 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the go_modules group with 4 updates in the /app directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl), [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp), [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) and [golang.org/x/oauth2](https://github.com/golang/oauth2).
Bumps the go_modules group with 2 updates in the /extras directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl) and [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls).


Updates `github.com/cloudflare/circl` from 1.3.9 to 1.6.3
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.3.9...v1.6.3)

Updates `github.com/hashicorp/go-retryablehttp` from 0.7.6 to 0.7.7
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.6...v0.7.7)

Updates `github.com/refraction-networking/utls` from 1.6.6 to 1.8.2
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](refraction-networking/utls@v1.6.6...v1.8.2)

Updates `golang.org/x/oauth2` from 0.20.0 to 0.27.0
- [Commits](golang/oauth2@v0.20.0...v0.27.0)

Updates `github.com/cloudflare/circl` from 1.3.9 to 1.6.3
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.3.9...v1.6.3)

Updates `github.com/refraction-networking/utls` from 1.6.6 to 1.8.2
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](refraction-networking/utls@v1.6.6...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.3
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-version: 0.7.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/refraction-networking/utls
  dependency-version: 1.8.2
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.3
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/refraction-networking/utls
  dependency-version: 1.8.2
  dependency-type: direct:production
  dependency-group: go_modules
...

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 Jun 23, 2026
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