[PR #35] [CLOSED] Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0 #37

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/35
Author: @dependabot[bot]
Created: 3/27/2023
Status: Closed

Base: mainHead: dependabot/go_modules/github.com/rogpeppe/go-internal-1.10.0


📝 Commits (1)

  • 0130e8b Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0

📊 Changes

2 files changed (+3 additions, -6 deletions)

View changed files

📝 go.mod (+1 -2)
📝 go.sum (+2 -4)

📄 Description

Bumps github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0.

Release notes

Sourced from github.com/rogpeppe/go-internal's releases.

v1.10.0

What's Changed

Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.9.0...v1.10.0

Commits
  • 66d1a7a add Go 1.20, drop 1.18
  • f53b991 CI: downgrade from macos-12, drop test-gotip
  • 00e5e28 testscript: remove "large files differ" diff size limit
  • 50a1440 testscript: switch to new diff package
  • ec5cf8f diff: import from Go's internal/diff
  • f0583b8 testscript: remove our code coverage mechanism thanks to Go 1.20
  • e3815af all: run gofmt -w .
  • e167c88 ci: bump Go versions
  • 89b23b0 testscript: add RequireUniqueNames parameter
  • f98815c testscript: fix error handling in setup
  • Additional commits viewable 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)

🔄 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/35 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/rogpeppe/go-internal-1.10.0` --- ### 📝 Commits (1) - [`0130e8b`](https://github.com/fortio/dnsping/commit/0130e8b1bf2c98d87c1a09cb25f1cf77a08e3b6e) Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0 ### 📊 Changes **2 files changed** (+3 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -2) 📝 `go.sum` (+2 -4) </details> ### 📄 Description Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.9.0 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rogpeppe/go-internal/releases">github.com/rogpeppe/go-internal's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add link to testscript tutorial by <a href="https://github.com/bitfield"><code>@​bitfield</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/183">rogpeppe/go-internal#183</a></li> <li>lockedfile: update from Go master by <a href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/186">rogpeppe/go-internal#186</a></li> <li>gotooltest: run probe commands in temporary directory by <a href="https://github.com/myitcv"><code>@​myitcv</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/188">rogpeppe/go-internal#188</a></li> <li>cmd/testscript: add a -continue flag to not stop at the first error by <a href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/189">rogpeppe/go-internal#189</a></li> <li>cmd/testscript: mention -continue flag in usage by <a href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/191">rogpeppe/go-internal#191</a></li> <li>testscript: add Params.ContinueOnError by <a href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/192">rogpeppe/go-internal#192</a></li> <li>testscript: import timeout behavior from stdlib by <a href="https://github.com/FiloSottile"><code>@​FiloSottile</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/171">rogpeppe/go-internal#171</a></li> <li>testscript: fix error handling in setup by <a href="https://github.com/rogpeppe"><code>@​rogpeppe</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/193">rogpeppe/go-internal#193</a></li> <li>testscript: add RequireUniqueNames parameter by <a href="https://github.com/twpayne"><code>@​twpayne</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/185">rogpeppe/go-internal#185</a></li> <li>ci: bump Go versions by <a href="https://github.com/twpayne"><code>@​twpayne</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/194">rogpeppe/go-internal#194</a></li> <li>testscript: remove our code coverage mechanism thanks to Go 1.20 by <a href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/201">rogpeppe/go-internal#201</a></li> <li>diff: add package, make testscript use it by <a href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/205">rogpeppe/go-internal#205</a></li> <li>testscript: remove &quot;large files differ&quot; diff size limit by <a href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/206">rogpeppe/go-internal#206</a></li> <li>bump Go, drop test-gotip, clean up code for old Go versions by <a href="https://github.com/mvdan"><code>@​mvdan</code></a> in <a href="https://redirect.github.com/rogpeppe/go-internal/pull/207">rogpeppe/go-internal#207</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rogpeppe/go-internal/compare/v1.9.0...v1.10.0">https://github.com/rogpeppe/go-internal/compare/v1.9.0...v1.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rogpeppe/go-internal/commit/66d1a7a6f940a81ade651cd6cf17877912dbff3d"><code>66d1a7a</code></a> add Go 1.20, drop 1.18</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/f53b9911a55e635a69c3e5848eb35b12b3c1da1f"><code>f53b991</code></a> CI: downgrade from macos-12, drop test-gotip</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/00e5e28d9d387238fbe374a99c0337b1e386be32"><code>00e5e28</code></a> testscript: remove &quot;large files differ&quot; diff size limit</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/50a14409f175f086f5f0f343bf3e06ca917da08b"><code>50a1440</code></a> testscript: switch to new diff package</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/ec5cf8fef46165fe0dc0c344c9f234f224624441"><code>ec5cf8f</code></a> diff: import from Go's internal/diff</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/f0583b8402aaaece90297d43c5d977556ed53b98"><code>f0583b8</code></a> testscript: remove our code coverage mechanism thanks to Go 1.20</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/e3815afac6ff1a62f336b4e0ff7b63afb85b0c4c"><code>e3815af</code></a> all: run gofmt -w .</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/e167c8804a724511aaf972af3f4e6a417997da77"><code>e167c88</code></a> ci: bump Go versions</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/89b23b0e8622cfa11173fc828703912f8454cf43"><code>89b23b0</code></a> testscript: add RequireUniqueNames parameter</li> <li><a href="https://github.com/rogpeppe/go-internal/commit/f98815cee4eed49bd442c6185d1fa6381860e98d"><code>f98815c</code></a> testscript: fix error handling in setup</li> <li>Additional commits viewable in <a href="https://github.com/rogpeppe/go-internal/compare/v1.9.0...v1.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rogpeppe/go-internal&package-manager=go_modules&previous-version=1.9.0&new-version=1.10.0)](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 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 2026-03-15 16:06:28 +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#37
No description provided.