Skip to content

Commit 472866f

Browse files
authored
Merge pull request #225 from go-spectest/dependabot/go_modules/examples/httprouter/github.com/go-spectest/spectest-0.0.18
Bump github.com/go-spectest/spectest from 0.0.15 to 0.0.18 in /examples/httprouter
2 parents cad3780 + cdd9167 commit 472866f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/httprouter/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-spectest/spectest/examples/httprouter
33
go 1.18
44

55
require (
6-
github.com/go-spectest/spectest v0.0.15
6+
github.com/go-spectest/spectest v0.0.18
77
github.com/julienschmidt/httprouter v1.3.0
88
)
99

@@ -12,7 +12,7 @@ require (
1212
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
1313
github.com/davecgh/go-spew v1.1.1 // indirect
1414
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9 // indirect
15-
github.com/go-spectest/markdown v0.0.6 // indirect
15+
github.com/go-spectest/markdown v0.0.7 // indirect
1616
github.com/go-spectest/mermaid v0.0.1 // indirect
1717
github.com/karrick/godirwalk v1.17.0 // indirect
1818
github.com/mattn/go-runewidth v0.0.14 // indirect

examples/httprouter/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
88
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9 h1:I05FIUaZLNe9Jo6ZCvODDGBqHMk3TYd7V/wV9dZhwXk=
99
github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9/go.mod h1:wWRXl4ClWLDIPkL/lS8SSxojHRg1cGngvPcya/mYhf0=
10-
github.com/go-spectest/markdown v0.0.6 h1:S1KBMTYLwaF+gscqdG2XU4ne0axqAWDuFuGrOOv2a80=
11-
github.com/go-spectest/markdown v0.0.6/go.mod h1:OaFedfVlu5+eqe5tI2j3+LD/39T7k5JZAklxTul98EQ=
10+
github.com/go-spectest/markdown v0.0.7 h1:Pr+A/YBCtEruReeMMzBKQ4ftvNtlWuaiWRqgNaETA8Q=
11+
github.com/go-spectest/markdown v0.0.7/go.mod h1:OaFedfVlu5+eqe5tI2j3+LD/39T7k5JZAklxTul98EQ=
1212
github.com/go-spectest/mermaid v0.0.1 h1:Mi4dxGbdW1swgOqsUaSNQaKHO/mgO7Afk0Qwt4ASa2Y=
1313
github.com/go-spectest/mermaid v0.0.1/go.mod h1:S3YmRsGuV/EsSadoMn1C/XHr8+aXZ33UON8nuD+xi3w=
14-
github.com/go-spectest/spectest v0.0.15 h1:eSKPVVjnD+gNYOxZ8vfV3B7gR/e3yi6/kc9lqQddNFs=
15-
github.com/go-spectest/spectest v0.0.15/go.mod h1:fgAZM8EeVPEE5/dIS0AHY9SPzy5IYVu+ZxLZXstqA1U=
14+
github.com/go-spectest/spectest v0.0.18 h1:ni/m9HQJpnt2OhOMk0iKwR3PcxVVm57bycvCePJj+Uk=
15+
github.com/go-spectest/spectest v0.0.18/go.mod h1:uJr62Wbe6+vJ4xepfId8aodSOulwOl6Y1ikRJbKhWdE=
1616
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1717
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
1818
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=

0 commit comments

Comments
 (0)