[PR #74] Bump github.com/mholt/certmagic from 0.8.3 to 0.9.3 #198

Open
opened 2026-02-25 22:31:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/74
Author: @dependabot-preview[bot]
Created: 2/7/2020
Status: 🔄 Open

Base: masterHead: dependabot/go_modules/github.com/mholt/certmagic-0.9.3


📝 Commits (1)

  • 94c5e72 Bump github.com/mholt/certmagic from 0.8.3 to 0.9.3

📊 Changes

2 files changed (+77 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+76 -0)

📄 Description

Bumps github.com/mholt/certmagic from 0.8.3 to 0.9.3.

Commits
  • 9893774 Fix close signaling
  • 2e1c223 Rewrite HTTP and TLS-ALPN solvers; always use our own solvers
  • 7f07778 Limit one new client at a time
  • 7311b46 Perform OCSP staple updates outside of lock on certCache
  • 782db9b go.mod: Update lego
  • 6666db6 Update rate limits
  • 06d8cc7 Minor improvements to rate limiter
  • ce14d6d Stop timer when rate limiter is stopped
  • 1c70bb8 Update rate limiter to allow cancellation; add context to arguments
  • 32e52d6 Create FUNDING.yml
  • See full diff in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/74 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/7/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/mholt/certmagic-0.9.3` --- ### 📝 Commits (1) - [`94c5e72`](https://github.com/evenh/intercert/commit/94c5e72033b165507b63df84aa3ba15516dd0fbd) Bump github.com/mholt/certmagic from 0.8.3 to 0.9.3 ### 📊 Changes **2 files changed** (+77 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+76 -0) </details> ### 📄 Description Bumps [github.com/mholt/certmagic](https://github.com/mholt/certmagic) from 0.8.3 to 0.9.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mholt/certmagic/commit/9893774184aa0786275ae6cba4a1f7ae40584c57"><code>9893774</code></a> Fix close signaling</li> <li><a href="https://github.com/mholt/certmagic/commit/2e1c223b475a495c9996e470ee1e438bed6a7c67"><code>2e1c223</code></a> Rewrite HTTP and TLS-ALPN solvers; always use our own solvers</li> <li><a href="https://github.com/mholt/certmagic/commit/7f077781d2a26bd5a6528fd877848d86b552470a"><code>7f07778</code></a> Limit one new client at a time</li> <li><a href="https://github.com/mholt/certmagic/commit/7311b4680c76370b489f847c901e29eac18c9eb8"><code>7311b46</code></a> Perform OCSP staple updates outside of lock on certCache</li> <li><a href="https://github.com/mholt/certmagic/commit/782db9b26d90af046c0c55ac130e9b9c342240fd"><code>782db9b</code></a> go.mod: Update lego</li> <li><a href="https://github.com/mholt/certmagic/commit/6666db6352d5901d48934cdff42ce2500385d548"><code>6666db6</code></a> Update rate limits</li> <li><a href="https://github.com/mholt/certmagic/commit/06d8cc766c0daa202316b2076880493099c0f92f"><code>06d8cc7</code></a> Minor improvements to rate limiter</li> <li><a href="https://github.com/mholt/certmagic/commit/ce14d6d76c951ab807eaf49adf13ed9f31e1950a"><code>ce14d6d</code></a> Stop timer when rate limiter is stopped</li> <li><a href="https://github.com/mholt/certmagic/commit/1c70bb8ce48a7b09a98ef43f03c6bcf56550d559"><code>1c70bb8</code></a> Update rate limiter to allow cancellation; add context to arguments</li> <li><a href="https://github.com/mholt/certmagic/commit/32e52d625259ceb3254d291a3d0ba78ff1a7ac9b"><code>32e52d6</code></a> Create FUNDING.yml</li> <li>See full diff in <a href="https://github.com/mholt/certmagic/compare/v0.8.3...v0.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/mholt/certmagic&package-manager=go_modules&previous-version=0.8.3&new-version=0.9.3)](https://dependabot.com/compatibility-score/?dependency-name=github.com/mholt/certmagic&package-manager=go_modules&previous-version=0.8.3&new-version=0.9.3) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
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
starred/intercert#198
No description provided.