[PR #443] [MERGED] build(deps): bump github.com/google/go-cmp from 0.5.4 to 0.5.5 #616

Closed
opened 2026-03-03 12:30:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/443
Author: @dependabot[bot]
Created: 3/5/2021
Status: Merged
Merged: 3/5/2021
Merged by: @dependabot[bot]

Base: mainHead: dependabot/go_modules/github.com/google/go-cmp-0.5.5


📝 Commits (1)

  • b85e721 build(deps): bump github.com/google/go-cmp from 0.5.4 to 0.5.5

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/google/go-cmp from 0.5.4 to 0.5.5.

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.5.5

Bug fixes:

  • (#253) Fix reporter verbosity bug

Reporter changes:

  • (#254) De-virtualize interfaces for specialized diffing

Dependency changes:

  • (#251) Use errors.Is with ≥go1.13 in compareErrors
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 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/fsouza/fake-gcs-server/pull/443 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/5/2021 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/google/go-cmp-0.5.5` --- ### 📝 Commits (1) - [`b85e721`](https://github.com/fsouza/fake-gcs-server/commit/b85e721afb0e429a03979b48f4db5f51b4d9c280) build(deps): bump github.com/google/go-cmp from 0.5.4 to 0.5.5 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.4 to 0.5.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-cmp/releases">github.com/google/go-cmp's releases</a>.</em></p> <blockquote> <h2>v0.5.5</h2> <p>Bug fixes:</p> <ul> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/253">#253</a>) Fix reporter verbosity bug</li> </ul> <p>Reporter changes:</p> <ul> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/254">#254</a>) De-virtualize interfaces for specialized diffing</li> </ul> <p>Dependency changes:</p> <ul> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/251">#251</a>) Use errors.Is with ≥go1.13 in compareErrors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/go-cmp/commit/8fa37b4dd109f12e42b131e485268768f18bcbf8"><code>8fa37b4</code></a> Fix reporter verbosity bug (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/253">#253</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/dc6435e426906757e7c944f74758028d3d2edc3c"><code>dc6435e</code></a> De-virtualize interfaces for specialized diffing (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/254">#254</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/e9947a2e1dee9e355ae5d2f794787ad215aff039"><code>e9947a2</code></a> Run tests on Go 1.16 (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/252">#252</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/3a98a11b2c6d5ad66696f2954b3811f0244fb71d"><code>3a98a11</code></a> cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/251">#251</a>)</li> <li>See full diff in <a href="https://github.com/google/go-cmp/compare/v0.5.4...v0.5.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/go-cmp&package-manager=go_modules&previous-version=0.5.4&new-version=0.5.5)](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-03 12:30:51 +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/fake-gcs-server#616
No description provided.