Simple, intuitive CLI framework for Go pkg.go.dev/go.followtheprocess.codes/cli
go cli
0

Configure Feed

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

Bump github.com/FollowTheProcess/test from 0.20.2 to 0.20.3 (#153)

Bumps [github.com/FollowTheProcess/test](https://github.com/FollowTheProcess/test) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/FollowTheProcess/test/releases)
- [Commits](https://github.com/FollowTheProcess/test/compare/v0.20.2...v0.20.3)

---
updated-dependencies:
- dependency-name: github.com/FollowTheProcess/test
dependency-type: direct:production
update-type: version-update:semver-patch
...

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 3, 2025, 9:38 AM UTC) d434967e 682bc141

+8 -8
+2 -2
go.mod
··· 4 4 5 5 require ( 6 6 github.com/FollowTheProcess/snapshot v0.4.1 7 - github.com/FollowTheProcess/test v0.20.2 7 + github.com/FollowTheProcess/test v0.20.3 8 8 ) 9 9 10 10 require ( 11 - github.com/FollowTheProcess/hue v0.4.0 // indirect 11 + github.com/FollowTheProcess/hue v0.5.1 // indirect 12 12 golang.org/x/sys v0.30.0 // indirect 13 13 golang.org/x/term v0.29.0 // indirect 14 14 )
+6 -6
go.sum
··· 1 - github.com/FollowTheProcess/hue v0.4.0 h1:r7vuiFGZTgs4ekJb0CpIs2oqoh36Vohum0OKL1yAKf4= 2 - github.com/FollowTheProcess/hue v0.4.0/go.mod h1:PDpb1DXuZmN3VT7pwru+V3E4WCPQ0TghQIYaqkpOLxo= 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 - github.com/FollowTheProcess/test v0.20.2 h1:8/Yw7ny7IVMHIp/dmkGOdDYSUbAy77c+jDq86nfAhOw= 6 - github.com/FollowTheProcess/test v0.20.2/go.mod h1:4XBQyPoORSO1ZQcXpuopbv1INCAQNB1TY4SF6lGfBwU= 5 + github.com/FollowTheProcess/test v0.20.3 h1:/i0nbChNxndRC+p1STycnf6WhmLcOT4rd3D63QXcodw= 6 + github.com/FollowTheProcess/test v0.20.3/go.mod h1:mgq0jCuYg43AnSaKsPAhs8GxKKJf0RxPP0EoqhswXWE= 7 7 golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= 8 8 golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= 9 9 golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= 10 10 golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= 11 - golang.org/x/tools v0.29.0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE= 12 - golang.org/x/tools v0.29.0/go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588= 11 + golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= 12 + golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY=