A lightweight test helper package
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 (#62)

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

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
(Feb 24, 2025, 9:39 AM UTC) 8f247097 c0bbdf5c

+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 github.com/FollowTheProcess/snapshot v0.4.1 8 8 golang.org/x/tools v0.30.0 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 github.com/FollowTheProcess/snapshot v0.4.1 h1:WIwvs+yZrK9886frLbNB98QWkAXTjIGnuvEjURHOrtE= 4 4 github.com/FollowTheProcess/snapshot v0.4.1/go.mod h1:hb3V3azvp8FVrl4pvyhvq/ZYOnFSgyKHfXt96Jgg4e0= 5 5 golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=