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.3 to 0.21.0 (#154)

* Bump github.com/FollowTheProcess/test from 0.20.3 to 0.21.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add typ to spellcheck ignore

---------

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

authored by

dependabot[bot]
dependabot[bot]
Tom Fleet
and committed by
GitHub
(Mar 17, 2025, 1:33 PM UTC) 7c45931e d434967e

+15 -14
+1
.typos.toml
··· 1 1 [default.extend-words] 2 2 byt = "byt" # Useful name as byte is a keyword in go 3 + typ = "typ" # Same 3 4 decorder = "decorder" # Name of a Go linter 4 5 importas = "importas" # Same
+4 -4
go.mod
··· 4 4 5 5 require ( 6 6 github.com/FollowTheProcess/snapshot v0.4.1 7 - github.com/FollowTheProcess/test v0.20.3 7 + github.com/FollowTheProcess/test v0.21.0 8 8 ) 9 9 10 10 require ( 11 - github.com/FollowTheProcess/hue v0.5.1 // indirect 12 - golang.org/x/sys v0.30.0 // indirect 13 - golang.org/x/term v0.29.0 // indirect 11 + github.com/FollowTheProcess/hue v0.5.2 // indirect 12 + golang.org/x/sys v0.31.0 // indirect 13 + golang.org/x/term v0.30.0 // indirect 14 14 )
+10 -10
go.sum
··· 1 - github.com/FollowTheProcess/hue v0.5.1 h1:Q+1xbRTG3tzLIIOq3316dCsvoN3eUrcZy6Vfm1mzDjI= 2 - github.com/FollowTheProcess/hue v0.5.1/go.mod h1:7E7L4ybEYTyZpGnQUWvbk7UjIvCX1bbj7JE4VaNLrkg= 1 + github.com/FollowTheProcess/hue v0.5.2 h1:Ns/vO8wiwv2oXDn+QyBLcYCK0LcfXVVu31bHGTLAFHI= 2 + github.com/FollowTheProcess/hue v0.5.2/go.mod h1:5FD2UrxTzWi0Uc63w8ndsjqPrH4xn3Q7k7vEpINqEP4= 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.3 h1:/i0nbChNxndRC+p1STycnf6WhmLcOT4rd3D63QXcodw= 6 - github.com/FollowTheProcess/test v0.20.3/go.mod h1:mgq0jCuYg43AnSaKsPAhs8GxKKJf0RxPP0EoqhswXWE= 7 - golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= 8 - golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= 9 - golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= 10 - golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= 11 - golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY= 12 - golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY= 5 + github.com/FollowTheProcess/test v0.21.0 h1:8eljlAhdOusGXgEso8It6ymvk+Ua3MenNH3+4jp0+dY= 6 + github.com/FollowTheProcess/test v0.21.0/go.mod h1:3UQ3s3EsAuD9Hw5aekXIxssqhIx7kCTjw2lKtYb0uFo= 7 + golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik= 8 + golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= 9 + golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y= 10 + golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g= 11 + golang.org/x/tools v0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU= 12 + golang.org/x/tools v0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ=