From e22171baa0bd470f57438333d50b070425050404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 05:36:12 +0000 Subject: [PATCH] Bump github.com/go-spectest/spectest 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](https://github.com/go-spectest/spectest/compare/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] --- examples/sequence-diagrams-with-mysql-database/go.mod | 2 +- examples/sequence-diagrams-with-mysql-database/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/sequence-diagrams-with-mysql-database/go.mod b/examples/sequence-diagrams-with-mysql-database/go.mod index dfcca23..38445c7 100644 --- a/examples/sequence-diagrams-with-mysql-database/go.mod +++ b/examples/sequence-diagrams-with-mysql-database/go.mod @@ -3,7 +3,7 @@ module github.com/go-spectest/spectest/examples/sequence-diagrams-with-mysql-dat go 1.18 require ( - github.com/go-spectest/spectest v0.0.7 + github.com/go-spectest/spectest v0.0.8 github.com/go-sql-driver/mysql v1.7.1 github.com/gorilla/mux v1.8.0 github.com/jmoiron/sqlx v1.3.5 diff --git a/examples/sequence-diagrams-with-mysql-database/go.sum b/examples/sequence-diagrams-with-mysql-database/go.sum index e48001d..7081018 100644 --- a/examples/sequence-diagrams-with-mysql-database/go.sum +++ b/examples/sequence-diagrams-with-mysql-database/go.sum @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9 h1:I05FIUaZLNe9Jo6ZCvODDGBqHMk3TYd7V/wV9dZhwXk= github.com/go-spectest/diff v0.0.0-20231006143314-ce490574d4a9/go.mod h1:wWRXl4ClWLDIPkL/lS8SSxojHRg1cGngvPcya/mYhf0= -github.com/go-spectest/spectest v0.0.7 h1:vGZcAi+0wk6hrHVz6nZe7FfE1JyRMtHfETazjVZ8NpY= -github.com/go-spectest/spectest v0.0.7/go.mod h1:SnM7Xb5+3TlixXBlAgF2WwyAQniPRhrbb/3VGe9mIfw= +github.com/go-spectest/spectest v0.0.8 h1:mSaeTAusRVrXgZKO7/gs97pEZFpYlTdt11HC1ZpZ13Q= +github.com/go-spectest/spectest v0.0.8/go.mod h1:6SlDj442dt7HlrG+lf8QtN4rk8vkL0e18Cl0yqL1w68= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=