From 14d543d0a1435959eff418af64c81d367b749dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:26:09 +0000 Subject: [PATCH] Bump github.com/dogmatiq/testkit from 0.15.0 to 0.15.1 Bumps [github.com/dogmatiq/testkit](https://github.com/dogmatiq/testkit) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/dogmatiq/testkit/releases) - [Changelog](https://github.com/dogmatiq/testkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/dogmatiq/testkit/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: github.com/dogmatiq/testkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 01414ca..e87df0b 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/dogmatiq/dogma v0.13.1 github.com/dogmatiq/projectionkit v0.7.3 github.com/dogmatiq/sqltest v0.3.0 - github.com/dogmatiq/testkit v0.15.0 + github.com/dogmatiq/testkit v0.15.1 github.com/mattn/go-sqlite3 v1.14.22 ) diff --git a/go.sum b/go.sum index 8403cc5..73f6cc2 100644 --- a/go.sum +++ b/go.sum @@ -27,8 +27,8 @@ github.com/dogmatiq/projectionkit v0.7.3 h1:vQR1rJjs2oZaHIPZ7jlDBVGMpADsFs4vuq0N github.com/dogmatiq/projectionkit v0.7.3/go.mod h1:pTfwWRa0zD1oQ/M6zxELUXpHFhYYCrL+0WI8z4LUgA4= github.com/dogmatiq/sqltest v0.3.0 h1:DCwyLWfVk/ZHsqq5Itq3H/Lqsh/CIQ6nIRwI4YLywFc= github.com/dogmatiq/sqltest v0.3.0/go.mod h1:a8Da8NhU4m3lq5Sybhiv+ZQowSnGHWTIJHFNInVtffg= -github.com/dogmatiq/testkit v0.15.0 h1:z2t4ku51Y/c4C3/z9EXg5h+6T6BGZpfiwVfPD/Zj1Xc= -github.com/dogmatiq/testkit v0.15.0/go.mod h1:atMmtuvUankDuDY2BQWlfds79P1lEbYTbyWJJU34ljc= +github.com/dogmatiq/testkit v0.15.1 h1:akgkZz36YV0Lo13j14D24gYiZIWXEtoOxiZ291G+8U8= +github.com/dogmatiq/testkit v0.15.1/go.mod h1:WAUmjRy5nakD1FOkmU4/yhi+nadoLk4NeU5aNtYG/A4= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=