Skip to content

Commit cf14d16

Browse files
Bump github.com/go-spectest/spectest in /examples/gorilla
Bumps [github.com/go-spectest/spectest](https://github.com/go-spectest/spectest) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/go-spectest/spectest/releases) - [Changelog](https://github.com/go-spectest/spectest/blob/main/CHANGELOG.md) - [Commits](v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: github.com/go-spectest/spectest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74387ae commit cf14d16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/gorilla/go.mod

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

55
require (
6-
github.com/go-spectest/spectest v0.0.7
6+
github.com/go-spectest/spectest v0.0.8
77
github.com/gorilla/mux v1.8.0
88
)
99

examples/gorilla/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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/spectest v0.0.7 h1:vGZcAi+0wk6hrHVz6nZe7FfE1JyRMtHfETazjVZ8NpY=
11-
github.com/go-spectest/spectest v0.0.7/go.mod h1:SnM7Xb5+3TlixXBlAgF2WwyAQniPRhrbb/3VGe9mIfw=
10+
github.com/go-spectest/spectest v0.0.8 h1:mSaeTAusRVrXgZKO7/gs97pEZFpYlTdt11HC1ZpZ13Q=
11+
github.com/go-spectest/spectest v0.0.8/go.mod h1:6SlDj442dt7HlrG+lf8QtN4rk8vkL0e18Cl0yqL1w68=
1212
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1313
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
1414
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=

0 commit comments

Comments
 (0)