chore(deps): update module github.com/refraction-networking/utls to v1.8.2 #12

Merged
Doridian merged 1 commit from renovate/github.com-refraction-networking-utls-1.x into main 2026-04-03 20:38:46 -07:00
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/refraction-networking/utls v1.5.4v1.8.2 age confidence

Release Notes

refraction-networking/utls (github.com/refraction-networking/utls)

v1.8.2: security update

Compare Source

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

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.8.1...v1.8.2

v1.8.1: Bug fixes

Compare Source

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: https://github.com/refraction-networking/utls/compare/v1.8.0...v1.8.1

v1.8.0

Compare Source

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: https://github.com/refraction-networking/utls/compare/v1.7.3...v1.8.0

v1.7.3: Fix PQ fingerprint

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.7.2...v1.7.3

v1.7.2: ECH bugfix

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.7.0...v1.7.1

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0

v1.6.7: Allow inspecting Client Hello before locking Session/PSK

Compare Source

What's Changed

  • Allow BuildHandshakeState to inspect ClientHello before setting SessionTicket/PSK by @​adotkhan in #​301

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.6...v1.6.7

v1.6.6: Hotfix: QUIC must not send non-empty session ID by RFC

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.5...v1.6.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.4...v1.6.5

v1.6.4: bugfix: UConn incorrectly inherits Conn methods

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.3...v1.6.4

v1.6.3: Cryptographically Secured Shuffle

Compare Source

Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from math/rand. This patch is for some much restrictive platforms such as WebAssembly -- on which math/rand may generate deterministic output (e.g., same random number series from each cold start).

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3

v1.6.2: Dependency and Upstream Update

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.1...v1.6.2

v1.6.1: Hotfix: kyberslash2

Compare Source

Security Warning

This is a security update fixing kyberslash2, a timing side-channel attack against CIRCL library used by uTLS.

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.0...v1.6.1

v1.6.0: One step closer to ECH

Compare Source

What's New

  • We now have GREASE ECH parrots (Chrome 120, Firefox 120) available!

What's Changed

New Contributors

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.5.4...v1.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) | `v1.5.4` → `v1.8.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frefraction-networking%2futls/v1.8.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frefraction-networking%2futls/v1.5.4/v1.8.2?slim=true) | --- ### Release Notes <details> <summary>refraction-networking/utls (github.com/refraction-networking/utls)</summary> ### [`v1.8.2`](https://github.com/refraction-networking/utls/releases/tag/v1.8.2): security update [Compare Source](https://github.com/refraction-networking/utls/compare/v1.8.1...v1.8.2) Fixes a fingerprint mismatch on the Chrome 120 fingerprint. Credit to telegram [@&#8203;acgdaily](https://github.com/acgdaily) for reporting this issue. #### What's Changed - fix: add missing padding extension for chrome 120 by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;381](https://github.com/refraction-networking/utls/pull/381) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.8.1...v1.8.2> ### [`v1.8.1`](https://github.com/refraction-networking/utls/releases/tag/v1.8.1): Bug fixes [Compare Source](https://github.com/refraction-networking/utls/compare/v1.8.0...v1.8.1) This update includes several bug fixes. In particular, users of Chrome>=120 parrots should update ASAP. See [#&#8203;375](https://github.com/refraction-networking/utls/issues/375) for details. Thanks to the original reporter for reporting this issue. #### What's Changed - fix: `PubServerHelloMsg.ServerShare` is not exported correctly by [@&#8203;wwqgtxx](https://github.com/wwqgtxx) in [#&#8203;361](https://github.com/refraction-networking/utls/pull/361) - fix: use AES in GREASE ECH for Chrome fingerprint by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;375](https://github.com/refraction-networking/utls/pull/375) #### New Contributors - [@&#8203;wwqgtxx](https://github.com/wwqgtxx) made their first contribution in [#&#8203;361](https://github.com/refraction-networking/utls/pull/361) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.8.0...v1.8.1> ### [`v1.8.0`](https://github.com/refraction-networking/utls/releases/tag/v1.8.0) [Compare Source](https://github.com/refraction-networking/utls/compare/v1.7.3...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 - Implement Chrome 133+ support by [@&#8203;BRUHItsABunny](https://github.com/BRUHItsABunny) in [#&#8203;333](https://github.com/refraction-networking/utls/pull/333) - fix: malformed cookie payload by [@&#8203;BRUHItsABunny](https://github.com/BRUHItsABunny) in [#&#8203;346](https://github.com/refraction-networking/utls/pull/346) - \[Cleaner Version] Support for Certificate Compression Algorithm extension in Certificate Request Message by [@&#8203;Juktong](https://github.com/Juktong) in [#&#8203;348](https://github.com/refraction-networking/utls/pull/348) - Update u\_parrots.go by [@&#8203;yuhan6665](https://github.com/yuhan6665) in [#&#8203;353](https://github.com/refraction-networking/utls/pull/353) - Expose `serverHello` earlier in clientHandshake() by [@&#8203;RPRX](https://github.com/RPRX) in [#&#8203;357](https://github.com/refraction-networking/utls/pull/357) - Export `Mlkem` and `MlkemEcdhe` in struct `KeySharePrivateKeys` by [@&#8203;RPRX](https://github.com/RPRX) in [#&#8203;358](https://github.com/refraction-networking/utls/pull/358) - Add entropy in generateRandomizedSpec() by [@&#8203;nihiloid](https://github.com/nihiloid) in [#&#8203;354](https://github.com/refraction-networking/utls/pull/354) - Remove dependency on cloudflare circl by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;352](https://github.com/refraction-networking/utls/pull/352) #### New Contributors - [@&#8203;Juktong](https://github.com/Juktong) made their first contribution in [#&#8203;348](https://github.com/refraction-networking/utls/pull/348) - [@&#8203;yuhan6665](https://github.com/yuhan6665) made their first contribution in [#&#8203;353](https://github.com/refraction-networking/utls/pull/353) - [@&#8203;nihiloid](https://github.com/nihiloid) made their first contribution in [#&#8203;354](https://github.com/refraction-networking/utls/pull/354) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.7.3...v1.8.0> ### [`v1.7.3`](https://github.com/refraction-networking/utls/releases/tag/v1.7.3): Fix PQ fingerprint [Compare Source](https://github.com/refraction-networking/utls/compare/v1.7.2...v1.7.3) #### What's Changed - feat: generate different ecdhe key for pq key by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;343](https://github.com/refraction-networking/utls/pull/343) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.7.2...v1.7.3> ### [`v1.7.2`](https://github.com/refraction-networking/utls/releases/tag/v1.7.2): ECH bugfix [Compare Source](https://github.com/refraction-networking/utls/compare/v1.7.1...v1.7.2) #### What's Changed - fix: prevent copying outer server name in inner by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;341](https://github.com/refraction-networking/utls/pull/341) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.7.1...v1.7.2> ### [`v1.7.1`](https://github.com/refraction-networking/utls/releases/tag/v1.7.1) [Compare Source](https://github.com/refraction-networking/utls/compare/v1.7.0...v1.7.1) #### What's Changed - fix: use go 1.24 instead of 1.24.0 by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;338](https://github.com/refraction-networking/utls/pull/338) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.7.0...v1.7.1> ### [`v1.7.0`](https://github.com/refraction-networking/utls/releases/tag/v1.7.0) [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0) #### What's Changed - Fix Config.InsecureSkipTimeVerify not being respected by [@&#8203;adotkhan](https://github.com/adotkhan) in [#&#8203;303](https://github.com/refraction-networking/utls/pull/303) - Fixes session ticket / PSK not set by [@&#8203;adotkhan](https://github.com/adotkhan) in [#&#8203;302](https://github.com/refraction-networking/utls/pull/302) - fix: generate ClientHelloSpec only once by [@&#8203;adotkhan](https://github.com/adotkhan) in [#&#8203;306](https://github.com/refraction-networking/utls/pull/306) - fix: extMasterSecret mismatch with extended\_master\_secret extension by [@&#8203;adotkhan](https://github.com/adotkhan) in [#&#8203;307](https://github.com/refraction-networking/utls/pull/307) - Merge changes from go 1.23.4 by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;323](https://github.com/refraction-networking/utls/pull/323) - build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;326](https://github.com/refraction-networking/utls/pull/326) - Merge changes from go 1.24.0 by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;329](https://github.com/refraction-networking/utls/pull/329) - Add Chrome 131 parrot and ML-KEM support by [@&#8203;BRUHItsABunny](https://github.com/BRUHItsABunny) in [#&#8203;322](https://github.com/refraction-networking/utls/pull/322) - feat: add support for ECH when using custom clienthello specs by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;331](https://github.com/refraction-networking/utls/pull/331) - Fix check for TLS downgrade canary by [@&#8203;mingyech](https://github.com/mingyech) in [#&#8203;337](https://github.com/refraction-networking/utls/pull/337) - build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;336](https://github.com/refraction-networking/utls/pull/336) #### New Contributors - [@&#8203;mingyech](https://github.com/mingyech) made their first contribution in [#&#8203;323](https://github.com/refraction-networking/utls/pull/323) - [@&#8203;BRUHItsABunny](https://github.com/BRUHItsABunny) made their first contribution in [#&#8203;322](https://github.com/refraction-networking/utls/pull/322) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.7...v1.7.0> ### [`v1.6.7`](https://github.com/refraction-networking/utls/releases/tag/v1.6.7): Allow inspecting Client Hello before locking Session/PSK [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.6...v1.6.7) #### What's Changed - Allow BuildHandshakeState to inspect ClientHello before setting SessionTicket/PSK by [@&#8203;adotkhan](https://github.com/adotkhan) in [#&#8203;301](https://github.com/refraction-networking/utls/pull/301) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.6...v1.6.7> ### [`v1.6.6`](https://github.com/refraction-networking/utls/releases/tag/v1.6.6): Hotfix: QUIC must not send non-empty session ID by RFC [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.5...v1.6.6) #### What's Changed - quic: always use empty session ID by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;297](https://github.com/refraction-networking/utls/pull/297) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.5...v1.6.6> ### [`v1.6.5`](https://github.com/refraction-networking/utls/releases/tag/v1.6.5): Popular Firefox 120 parrot and deps update [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.4...v1.6.5) #### What's Changed - build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;293](https://github.com/refraction-networking/utls/pull/293) - Update Firefox 120 parrot to a more popular version by [@&#8203;adotkhan](https://github.com/adotkhan) in [#&#8203;296](https://github.com/refraction-networking/utls/pull/296) #### New Contributors - [@&#8203;adotkhan](https://github.com/adotkhan) made their first contribution in [#&#8203;296](https://github.com/refraction-networking/utls/pull/296) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.4...v1.6.5> ### [`v1.6.4`](https://github.com/refraction-networking/utls/releases/tag/v1.6.4): bugfix: UConn incorrectly inherits Conn methods [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.3...v1.6.4) #### What's Changed - build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;289](https://github.com/refraction-networking/utls/pull/289) - fix: `(*UConn).Read()` and Secure Renegotiation by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;292](https://github.com/refraction-networking/utls/pull/292) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.3...v1.6.4> ### [`v1.6.3`](https://github.com/refraction-networking/utls/releases/tag/v1.6.3): Cryptographically Secured Shuffle [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3) Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from `math/rand`. This patch is for some much restrictive platforms such as WebAssembly -- on which `math/rand` may generate deterministic output (e.g., same random number series from each cold start). #### What's Changed - security: crypto/rand ShuffleChromeTLSExtensions by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;286](https://github.com/refraction-networking/utls/pull/286) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3> ### [`v1.6.2`](https://github.com/refraction-networking/utls/releases/tag/v1.6.2): Dependency and Upstream Update [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.1...v1.6.2) #### What's Changed - deps: bump all deps to latest by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;279](https://github.com/refraction-networking/utls/pull/279) - ⬆️ sync: merge changes from golang/go\@&#8203;1.22 release branch by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;280](https://github.com/refraction-networking/utls/pull/280) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.1...v1.6.2> ### [`v1.6.1`](https://github.com/refraction-networking/utls/releases/tag/v1.6.1): Hotfix: kyberslash2 [Compare Source](https://github.com/refraction-networking/utls/compare/v1.6.0...v1.6.1) #### Security Warning This is a security update fixing kyberslash2, a timing side-channel attack against CIRCL library used by uTLS. #### What's Changed - build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;273](https://github.com/refraction-networking/utls/pull/273) - feat: parse GREASE ECH from raw by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;276](https://github.com/refraction-networking/utls/pull/276) - build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;277](https://github.com/refraction-networking/utls/pull/277) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.6.0...v1.6.1> ### [`v1.6.0`](https://github.com/refraction-networking/utls/releases/tag/v1.6.0): One step closer to ECH [Compare Source](https://github.com/refraction-networking/utls/compare/v1.5.4...v1.6.0) #### What's New - We now have GREASE ECH parrots (Chrome 120, Firefox 120) available! #### What's Changed - improvement: cleanup by [@&#8203;VeNoMouS](https://github.com/VeNoMouS) in [#&#8203;253](https://github.com/refraction-networking/utls/pull/253) - build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;254](https://github.com/refraction-networking/utls/pull/254) - Deprecate usage of `OmitEmptyPsk` field in `PreSharedKeyExtension` (closes [#&#8203;255](https://github.com/refraction-networking/utls/issues/255)) by [@&#8203;sleeyax](https://github.com/sleeyax) in [#&#8203;256](https://github.com/refraction-networking/utls/pull/256) - sync: go 1.21.4 by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;261](https://github.com/refraction-networking/utls/pull/261) - fix: no padding if raw clienthello is too short by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;263](https://github.com/refraction-networking/utls/pull/263) - new: vendor godicttls package by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;265](https://github.com/refraction-networking/utls/pull/265) - feat: add GREASEEncryptedClientHelloExtension by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;266](https://github.com/refraction-networking/utls/pull/266) - feat: chrome 120 non-pq client hello by [@&#8203;hax0r31337](https://github.com/hax0r31337) in [#&#8203;268](https://github.com/refraction-networking/utls/pull/268) - bump: firefox and chrome auto parrot to latest by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;269](https://github.com/refraction-networking/utls/pull/269) - fix: grease ech parrot for chrome 120 by [@&#8203;hax0r31337](https://github.com/hax0r31337) in [#&#8203;271](https://github.com/refraction-networking/utls/pull/271) - fix: incorrect firefox nss parrot ECH params by [@&#8203;gaukas](https://github.com/gaukas) in [#&#8203;272](https://github.com/refraction-networking/utls/pull/272) #### New Contributors - [@&#8203;sleeyax](https://github.com/sleeyax) made their first contribution in [#&#8203;256](https://github.com/refraction-networking/utls/pull/256) - [@&#8203;hax0r31337](https://github.com/hax0r31337) made their first contribution in [#&#8203;268](https://github.com/refraction-networking/utls/pull/268) **Full Changelog**: <https://github.com/refraction-networking/utls/compare/v1.5.4...v1.6.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update module github.com/refraction-networking/utls to v1.8.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Nix check / check-nix (pull_request) Failing after 2m41s
Go check / check-go (pull_request) Successful in 3m21s
Docker check and push / release (pull_request) Successful in 3m35s
b7eee473f0
Author
Member

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/crypto v0.14.0 -> v0.36.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 1 additional dependency was updated Details: | **Package** | **Change** | | :-------------------- | :--------------------- | | `golang.org/x/crypto` | `v0.14.0` -> `v0.36.0` |
MaidFox force-pushed renovate/github.com-refraction-networking-utls-1.x from b7eee473f0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Nix check / check-nix (pull_request) Failing after 2m41s
Go check / check-go (pull_request) Successful in 3m21s
Docker check and push / release (pull_request) Successful in 3m35s
to be35993dd9
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Go check / check-go (pull_request) Successful in 45s
Docker check and push / release (pull_request) Successful in 56s
Nix check / check-nix (pull_request) Successful in 1m58s
2026-04-03 20:32:06 -07:00
Compare
Doridian deleted branch renovate/github.com-refraction-networking-utls-1.x 2026-04-03 20:38:46 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FoxDen/foxIngress!12
No description provided.