A very simple terminal spinner
0

Configure Feed

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

Update module golang.org/x/term to v0.40.0 (#24)

* Update module golang.org/x/term to v0.40.0

* fix go.mod

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tom Fleet <me@followtheprocess.codes>

authored by

renovate[bot]
renovate[bot]
Tom Fleet
and committed by
GitHub
(Feb 12, 2026, 8:44 AM UTC) 28b765f9 537e9334

+7 -7
+3 -3
go.mod
··· 1 1 module go.followtheprocess.codes/spin 2 2 3 - go 1.25 3 + go 1.25.7 4 4 5 5 require ( 6 6 go.followtheprocess.codes/hue v1.0.0 7 - golang.org/x/term v0.39.0 7 + golang.org/x/term v0.40.0 8 8 ) 9 9 10 - require golang.org/x/sys v0.40.0 // indirect 10 + require golang.org/x/sys v0.41.0 // indirect
+4 -4
go.sum
··· 1 1 go.followtheprocess.codes/hue v1.0.0 h1:0fYXAGR1o+w7Vja+Q+iVtqeEP3/CE6ET/pniyl8e9yo= 2 2 go.followtheprocess.codes/hue v1.0.0/go.mod h1:gSn5xK6KJapih+eFgQk3woo1qg3/rx9XSrAanUIuDr8= 3 - golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ= 4 - golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= 5 - golang.org/x/term v0.39.0 h1:RclSuaJf32jOqZz74CkPA9qFuVTX7vhLlpfj/IGWlqY= 6 - golang.org/x/term v0.39.0/go.mod h1:yxzUCTP/U+FzoxfdKmLaA0RV1WgE0VY7hXBwKtY/4ww= 3 + golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k= 4 + golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= 5 + golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg= 6 + golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM=