[PR #72] [MERGED] Bump github.com/miekg/dns from 1.1.55 to 1.1.57 #75

Closed
opened 2026-03-15 16:08:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/72
Author: @dependabot[bot]
Created: 1/17/2024
Status: Merged
Merged: 1/17/2024
Merged by: @ldemailly

Base: mainHead: dependabot/go_modules/github.com/miekg/dns-1.1.57


📝 Commits (1)

  • 9dcfcd1 Bump github.com/miekg/dns from 1.1.55 to 1.1.57

📊 Changes

2 files changed (+13 additions, -13 deletions)

View changed files

📝 go.mod (+4 -4)
📝 go.sum (+9 -9)

📄 Description

Bumps github.com/miekg/dns from 1.1.55 to 1.1.57.

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/fortio/dnsping/pull/72 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@ldemailly](https://github.com/ldemailly) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/miekg/dns-1.1.57` --- ### 📝 Commits (1) - [`9dcfcd1`](https://github.com/fortio/dnsping/commit/9dcfcd10302b9222d0a36802d54fd552d0dcf58d) Bump github.com/miekg/dns from 1.1.55 to 1.1.57 ### 📊 Changes **2 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -4) 📝 `go.sum` (+9 -9) </details> ### 📄 Description Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.55 to 1.1.57. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miekg/dns/commit/836bea2f8dffa00b74af2d505c04e1cde3a9739b"><code>836bea2</code></a> Release 1.1.57</li> <li><a href="https://github.com/miekg/dns/commit/257e89e9baf81fd4983a3763598c978af3ca3cc2"><code>257e89e</code></a> feat: add support for ReuseAddr (<a href="https://redirect.github.com/miekg/dns/issues/1510">#1510</a>)</li> <li><a href="https://github.com/miekg/dns/commit/3d593a6b1d65152e195cd767f4d260e13169bb61"><code>3d593a6</code></a> Swap closing order in <code>inAxfr</code> and <code>inIxfr</code> (<a href="https://redirect.github.com/miekg/dns/issues/1511">#1511</a>)</li> <li><a href="https://github.com/miekg/dns/commit/5d3f81bc34811c5596b71d1ff73a9e30321694f5"><code>5d3f81b</code></a> Remove slurpRemainder TODO from (*ZoneParser).Next (<a href="https://redirect.github.com/miekg/dns/issues/1508">#1508</a>)</li> <li><a href="https://github.com/miekg/dns/commit/a16092f374522536ad637e5a3766585df2c160f0"><code>a16092f</code></a> Use strings.Builder in endingToString (<a href="https://redirect.github.com/miekg/dns/issues/1506">#1506</a>)</li> <li><a href="https://github.com/miekg/dns/commit/3996b17d1944cd34bc6ac78ccdd21bb338fdf9ca"><code>3996b17</code></a> Avoid using a goto loop in unpackDataOpt (<a href="https://redirect.github.com/miekg/dns/issues/1505">#1505</a>)</li> <li><a href="https://github.com/miekg/dns/commit/1c418a37a5f3b6a421e6d460b09ce04eb36951a1"><code>1c418a3</code></a> Use cloneSlice in unpackDataA and unpackDataAAAA (<a href="https://redirect.github.com/miekg/dns/issues/1504">#1504</a>)</li> <li><a href="https://github.com/miekg/dns/commit/6836ba80ba7c69fb18945856e15d8e8569ce1031"><code>6836ba8</code></a> Eliminate tmp buffer from packOctetString (<a href="https://redirect.github.com/miekg/dns/issues/1503">#1503</a>)</li> <li><a href="https://github.com/miekg/dns/commit/9657fe66adcdc74d54c8ec231db5163748ab251b"><code>9657fe6</code></a> Cleanup IsRRSet (<a href="https://redirect.github.com/miekg/dns/issues/1502">#1502</a>)</li> <li><a href="https://github.com/miekg/dns/commit/02e9e72099e95611435adfec61fcb753adf59f3b"><code>02e9e72</code></a> Avoid using strings.Split (<a href="https://redirect.github.com/miekg/dns/issues/1501">#1501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/miekg/dns/compare/v1.1.55...v1.1.57">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/miekg/dns&package-manager=go_modules&previous-version=1.1.55&new-version=1.1.57)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-15 16:08:49 +03:00
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/dnsping#75
No description provided.