[PR #658] [MERGED] build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 #802

Closed
opened 2026-03-03 12:31:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/658
Author: @dependabot[bot]
Created: 1/20/2022
Status: Merged
Merged: 1/20/2022
Merged by: @fsouza

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


📝 Commits (1)

  • ee7f4c0 build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/google/go-cmp from 0.5.6 to 0.5.7.

Release notes

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

v0.5.7

Reporter changes:

  • (#266) Fix textual printing of byte slices
  • (#275) Reduce minimum length for specialize string diffing
  • (#276) Use any alias instead of interface{}

Code cleanup changes:

  • (#281) Update minimum supported version to go1.11
  • (#282) Drop hacks to work around Go reflection bugs in Go1.9
  • (#285) Add //go:build lines
  • (#262) Fix staticcheck findings
  • (#263) Avoid shadowing variable
  • (#268) Use sha256 in test
  • (#271) Fix spelling mistakes
  • (#269) Change build status badge
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/658 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/20/2022 **Status:** ✅ Merged **Merged:** 1/20/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/google/go-cmp-0.5.7` --- ### 📝 Commits (1) - [`ee7f4c0`](https://github.com/fsouza/fake-gcs-server/commit/ee7f4c0613874a6c3288b295de4fa2688be75833) build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -1) </details> ### 📄 Description Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.7. <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.7</h2> <p>Reporter changes:</p> <ul> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/266">#266</a>) Fix textual printing of byte slices</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/275">#275</a>) Reduce minimum length for specialize string diffing</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/276">#276</a>) Use any alias instead of interface{}</li> </ul> <p>Code cleanup changes:</p> <ul> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/281">#281</a>) Update minimum supported version to go1.11</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/282">#282</a>) Drop hacks to work around Go reflection bugs in Go1.9</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/285">#285</a>) Add //go:build lines</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/262">#262</a>) Fix staticcheck findings</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/263">#263</a>) Avoid shadowing variable</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/268">#268</a>) Use sha256 in test</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/271">#271</a>) Fix spelling mistakes</li> <li>(<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/269">#269</a>) Change build status badge</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/go-cmp/commit/039e37cba1f3e52c48404633d6960421b369a19a"><code>039e37c</code></a> Add //go:build lines (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/285">#285</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/3242228551a7556abc624443ef03a6dbfeeacd22"><code>3242228</code></a> Drop hacks to work around Go reflection bugs in Go1.9 (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/282">#282</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/f59cd61478ea347f01124caa5fe7cafe512a4c8f"><code>f59cd61</code></a> Update minimum supported version to go1.11 (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/281">#281</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/6faefd0594fae82639a62c23f0aed1451509dcc0"><code>6faefd0</code></a> Reduce minimum length for specialize string diffing (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/275">#275</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/f1773ad7bdb1ddccb1801c5b8ca4311cf0d301e4"><code>f1773ad</code></a> Use any alias instead of interface{} (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/276">#276</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/9094ef9afacbd93e9f232d0ccadaf8530f353441"><code>9094ef9</code></a> Change build status badge (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/269">#269</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/3ee52c8a5607a16505c9c7141153ff82d360817a"><code>3ee52c8</code></a> Fix spelling mistakes (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/271">#271</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/395a0ac549058d781199661ca2e37cc636db43e4"><code>395a0ac</code></a> Use sha256 in test (<a href="https://github-redirect.dependabot.com/google/go-cmp/issues/268">#268</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/402949e8139bb890c71a707b6faf6dd05c92f4e5"><code>402949e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/google/go-cmp/issues/266">#266</a> from dsnet/fix-format</li> <li><a href="https://github.com/google/go-cmp/commit/d5fcb386864232c4b315ea7f9838e455a2ce3cda"><code>d5fcb38</code></a> Fix textual printing of byte slices</li> <li>Additional commits viewable in <a href="https://github.com/google/go-cmp/compare/v0.5.6...v0.5.7">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.6&new-version=0.5.7)](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:31:41 +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#802
No description provided.