Simple, intuitive snapshot testing for Go 📸
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump github.com/FollowTheProcess/hue from 0.5.0 to 0.5.1 (#26)

Bumps
[github.com/FollowTheProcess/hue](https://github.com/FollowTheProcess/hue)
from 0.5.0 to 0.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/FollowTheProcess/hue/releases">github.com/FollowTheProcess/hue's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.1</h2>
<h2>Changes</h2>
<h2>:beetle: Fixes</h2>
<ul>
<li>Fix overflow on 32 bit systems (<a
href="https://redirect.github.com/FollowTheProcess/hue/issues/17">#17</a>)
<a
href="https://github.com/FollowTheProcess"><code>@​FollowTheProcess</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FollowTheProcess/hue/commit/c190db463961e5d84e489ce3138afb97c0e537db"><code>c190db4</code></a>
Fix overflow on 32 bit systems (<a
href="https://redirect.github.com/FollowTheProcess/hue/issues/17">#17</a>)</li>
<li>See full diff in <a
href="https://github.com/FollowTheProcess/hue/compare/v0.5.0...v0.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/FollowTheProcess/hue&package-manager=go_modules&previous-version=0.5.0&new-version=0.5.1)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
(Mar 4, 2025, 9:25 AM UTC) 2af3ca88 b8f8b72c

+3 -3
+1 -1
go.mod
··· 3 3 go 1.24 4 4 5 5 require ( 6 - github.com/FollowTheProcess/hue v0.5.0 6 + github.com/FollowTheProcess/hue v0.5.1 7 7 golang.org/x/tools v0.30.0 8 8 ) 9 9
+2 -2
go.sum
··· 1 - github.com/FollowTheProcess/hue v0.5.0 h1:MrvBx8icb/GM8osVEnH7xPxcBW9x6P7MaBJ68PUW/ao= 2 - github.com/FollowTheProcess/hue v0.5.0/go.mod h1:7E7L4ybEYTyZpGnQUWvbk7UjIvCX1bbj7JE4VaNLrkg= 1 + github.com/FollowTheProcess/hue v0.5.1 h1:Q+1xbRTG3tzLIIOq3316dCsvoN3eUrcZy6Vfm1mzDjI= 2 + github.com/FollowTheProcess/hue v0.5.1/go.mod h1:7E7L4ybEYTyZpGnQUWvbk7UjIvCX1bbj7JE4VaNLrkg= 3 3 golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= 4 4 golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= 5 5 golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=