From 67cc54952b43429c8b20281597daca9b936495aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 06:19:11 +0000 Subject: [PATCH] Bump github.com/dogmatiq/projectionkit from 0.7.0 to 0.7.1 Bumps [github.com/dogmatiq/projectionkit](https://github.com/dogmatiq/projectionkit) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/dogmatiq/projectionkit/releases) - [Changelog](https://github.com/dogmatiq/projectionkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/dogmatiq/projectionkit/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/dogmatiq/projectionkit 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 dfe8bb7..5d877a4 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/dogmatiq/configkit v0.13.0 github.com/dogmatiq/dogma v0.13.0 - github.com/dogmatiq/projectionkit v0.7.0 + github.com/dogmatiq/projectionkit v0.7.1 github.com/dogmatiq/sqltest v0.3.0 github.com/dogmatiq/testkit v0.14.0 github.com/mattn/go-sqlite3 v1.14.22 diff --git a/go.sum b/go.sum index 031a4e1..ec03260 100644 --- a/go.sum +++ b/go.sum @@ -23,8 +23,8 @@ github.com/dogmatiq/jumble v0.1.0 h1:Cb3ExfxY+AoUP4G9/sOwoOdYX8o+kOLK8+dhXAry+QA github.com/dogmatiq/jumble v0.1.0/go.mod h1:FCGV2ImXu8zvThxhd4QLstiEdu74vbIVw9bFJSBcKr4= github.com/dogmatiq/linger v1.1.0 h1:kGL9sL79qRa6Cr8PhadeJ/ptbum+b48pAaNWWlyVVKg= github.com/dogmatiq/linger v1.1.0/go.mod h1:OOWJUwTxNkFolhuVdaTYjO4FmFLjZHZ8EMc5H5qOJ7Q= -github.com/dogmatiq/projectionkit v0.7.0 h1:BmfYdixw6Ffb7wChLl2RHxuaHzwFVhBEG2EaMXLDmZU= -github.com/dogmatiq/projectionkit v0.7.0/go.mod h1:B69avQlY/fuQn1lgZrBGJiIqCEibL6x5G+7NjJMvRaY= +github.com/dogmatiq/projectionkit v0.7.1 h1:PTy3kSJEJzQoYSdRbItQCekbd0f2xSw0ZF5hMWM7jvU= +github.com/dogmatiq/projectionkit v0.7.1/go.mod h1:u6qBJmV7nHipD9VGSMrOtQ5gyHkWaV/gEFmCJmOkChQ= 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.14.0 h1:9TIiD+f2R4p31m8/2hIEsQkefbWowCq5lazi6dq0ods=