diff options
author | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2025-01-09 07:37:24 +0100 |
---|---|---|
committer | Gusted <gusted@noreply.codeberg.org> | 2025-01-09 07:37:24 +0100 |
commit | 6980a87a08a388c446250535237b8fc13add2a40 (patch) | |
tree | 600b8517833e873ce713b3e63d23e0b0feb4b853 /go.mod | |
parent | Update dependency monaco-editor to v0.52.2 (forgejo) (#6511) (diff) | |
download | forgejo-6980a87a08a388c446250535237b8fc13add2a40.tar.xz forgejo-6980a87a08a388c446250535237b8fc13add2a40.zip |
Update module github.com/caddyserver/certmagic to v0.21.6 (forgejo) (#6510)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | require | patch | `v0.21.5` -> `v0.21.6` |
---
### Release Notes
<details>
<summary>caddyserver/certmagic (github.com/caddyserver/certmagic)</summary>
### [`v0.21.6`](https://github.com/caddyserver/certmagic/releases/tag/v0.21.6)
[Compare Source](https://github.com/caddyserver/certmagic/compare/v0.21.5...v0.21.6)
Minor patch for ARI handshake maintenance.
#### What's Changed
- Fix typos by [@​deining](https://github.com/deining) in https://github.com/caddyserver/certmagic/pull/324
- Replace interface{} with any by [@​deining](https://github.com/deining) in https://github.com/caddyserver/certmagic/pull/325
- ari: Only check if cert is not expired, and use proper context by [@​mholt](https://github.com/mholt) in https://github.com/caddyserver/certmagic/pull/328
#### New Contributors
- [@​deining](https://github.com/deining) made their first contribution in https://github.com/caddyserver/certmagic/pull/324
**Full Changelog**: https://github.com/caddyserver/certmagic/compare/v0.21.5...v0.21.6
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6510
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb github.com/blevesearch/bleve/v2 v2.4.4 github.com/buildkite/terminal-to-html/v3 v3.16.4 - github.com/caddyserver/certmagic v0.21.5 + github.com/caddyserver/certmagic v0.21.6 github.com/chi-middleware/proxy v1.1.1 github.com/djherbis/buffer v1.2.0 github.com/djherbis/nio/v3 v3.0.1 |