A lightweight test helper package
0

Configure Feed

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

Update module go.followtheprocess.codes/snapshot to v0.11.0 (#108)

* Update module go.followtheprocess.codes/snapshot to v0.11.0

* Fix test expectations

---------

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
(Jun 23, 2026, 6:33 AM +0100) 6abef424 811c03c2

+10 -8
+2 -2
go.mod
··· 4 4 5 5 require ( 6 6 go.followtheprocess.codes/hue v1.2.0 7 - go.followtheprocess.codes/snapshot v0.10.1 7 + go.followtheprocess.codes/snapshot v0.11.0 8 8 ) 9 9 10 10 require ( 11 11 go.followtheprocess.codes/diff v0.2.0 12 - go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect 12 + go.yaml.in/yaml/v4 v4.0.0-rc.6 // indirect 13 13 golang.org/x/sys v0.46.0 // indirect 14 14 golang.org/x/term v0.44.0 // indirect 15 15 )
+4 -4
go.sum
··· 2 2 go.followtheprocess.codes/diff v0.2.0/go.mod h1:bDSZPC9CvkRr8HlOwjE1bl/8qFAmiA3LVtkThRnniis= 3 3 go.followtheprocess.codes/hue v1.2.0 h1:irFHJvgXIgFWyc2z2EYd87raFNZ8nHFvQSfXhozo+ow= 4 4 go.followtheprocess.codes/hue v1.2.0/go.mod h1:GxmAqxUuqDAWxXKzanv1GM7SgclNU6yIq4f9rYgDd1k= 5 - go.followtheprocess.codes/snapshot v0.10.1 h1:GWNOdDxGtRiw0HVKnidhCHI0ymmZaaiHAARimyjNVU4= 6 - go.followtheprocess.codes/snapshot v0.10.1/go.mod h1:vCkJeHMLa4mOP451SrA9m+Ym5tumx66hXm318jAwf5Y= 7 - go.yaml.in/yaml/v4 v4.0.0-rc.4 h1:UP4+v6fFrBIb1l934bDl//mmnoIZEDK0idg1+AIvX5U= 8 - go.yaml.in/yaml/v4 v4.0.0-rc.4/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0= 5 + go.followtheprocess.codes/snapshot v0.11.0 h1:kZniEW/+QB9i9/wdHS9q6AMueAYtE4YFyQRA6W3ksas= 6 + go.followtheprocess.codes/snapshot v0.11.0/go.mod h1:Sj2A1XQ3gmt0jKUsp8C5X9OPstMKo7VI5vcfR38/+s0= 7 + go.yaml.in/yaml/v4 v4.0.0-rc.6 h1:1h7H1ohdUh93/FyE4YaDa1Zh64K6VVbjF4K6WUxMtH4= 8 + go.yaml.in/yaml/v4 v4.0.0-rc.6/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0= 9 9 golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw= 10 10 golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= 11 11 golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc=
+2 -1
testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_negative_infinity.snap
··· 1 1 source: test_test.go 2 2 expression: buf.String() 3 3 --- 4 - 'NearlyEqual: could not apply options: cannot set floating point equality threshold to ±infinity' 4 + 'NearlyEqual: could not apply options: cannot set floating point equality threshold 5 + to ±infinity'
+2 -1
testdata/snapshots/TestTest/Option_errors/FloatEqualityThreshold_positive_infinity.snap
··· 1 1 source: test_test.go 2 2 expression: buf.String() 3 3 --- 4 - 'NearlyEqual: could not apply options: cannot set floating point equality threshold to ±infinity' 4 + 'NearlyEqual: could not apply options: cannot set floating point equality threshold 5 + to ±infinity'