Skip to content

Commit 63cb6c6

Browse files
Update module go.followtheprocess.codes/snapshot to v0.10.0 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Fleet <me@followtheprocess.codes>
1 parent 4f61691 commit 63cb6c6

41 files changed

Lines changed: 45 additions & 45 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.26
44

55
require (
66
go.followtheprocess.codes/hue v1.1.0
7-
go.followtheprocess.codes/snapshot v0.9.1
7+
go.followtheprocess.codes/snapshot v0.10.0
88
)
99

1010
require (
1111
go.followtheprocess.codes/diff v0.1.1
12-
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
12+
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
1313
golang.org/x/sys v0.43.0 // indirect
1414
golang.org/x/term v0.42.0 // indirect
1515
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ go.followtheprocess.codes/diff v0.1.1 h1:pQpnow+Uj39S4xxNC6FLLfsJnolVM5+a90EIo5Q
22
go.followtheprocess.codes/diff v0.1.1/go.mod h1:bDSZPC9CvkRr8HlOwjE1bl/8qFAmiA3LVtkThRnniis=
33
go.followtheprocess.codes/hue v1.1.0 h1:bPq21YLdWxQ0ki4lIvXCYtgutaGaDUYaSIENDdrrlNQ=
44
go.followtheprocess.codes/hue v1.1.0/go.mod h1:VnCeVmYESGmX7fZJSFs59u8G+5zseCwGdFiJGHCFg4o=
5-
go.followtheprocess.codes/snapshot v0.9.1 h1:q90k4ZsV4WNrJkAXo6gLqYLgE3RipnzSOXU5o5Moyts=
6-
go.followtheprocess.codes/snapshot v0.9.1/go.mod h1:IKWetABJnYaG6rZAsINXAc6rB0TxoxdysBC3R2HvwWo=
7-
go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go=
8-
go.yaml.in/yaml/v4 v4.0.0-rc.3/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
5+
go.followtheprocess.codes/snapshot v0.10.0 h1:ED46ZTVaVSMU82eelo0RoqeBXZHTySo/Wckx42TGpMw=
6+
go.followtheprocess.codes/snapshot v0.10.0/go.mod h1:xZPHtzDm4/nX5fxW/j0RSdI02CPaFPqMG7OQ+270uJA=
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=
99
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
1010
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
1111
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=

testdata/snapshots/TestTest/Diff/fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2+
4+
|+
55

66
Diff
77
----

testdata/snapshots/TestTest/Diff/fail_no_trailing_newline.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2+
4+
|+
55

66
Diff
77
----

testdata/snapshots/TestTest/DiffBytes/fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2+
4+
|+
55

66
Diff
77
----

testdata/snapshots/TestTest/DiffReader/fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2+
4+
|+
55

66
Diff
77
----

testdata/snapshots/TestTest/Equal/fail.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2
4+
|
55

66
Not Equal
77
---------

testdata/snapshots/TestTest/Equal/fail_context_format.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2
4+
|
55

66
Not Equal
77
---------

testdata/snapshots/TestTest/Equal/fail_with_context.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2
4+
|
55

66
Not Equal
77
---------

testdata/snapshots/TestTest/Equal/fail_with_title.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source: test_test.go
22
expression: buf.String()
33
---
4-
|2
4+
|
55

66
My fruit test
77
-------------

0 commit comments

Comments
 (0)