From 6ee7cee349085843187ca3a1d86e5aed2ac21e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:46:45 +0000 Subject: [PATCH] Bump github.com/dogmatiq/enginekit from 0.15.0 to 0.15.1 Bumps [github.com/dogmatiq/enginekit](https://github.com/dogmatiq/enginekit) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/dogmatiq/enginekit/releases) - [Changelog](https://github.com/dogmatiq/enginekit/blob/main/CHANGELOG.md) - [Commits](https://github.com/dogmatiq/enginekit/compare/v0.15.0...v0.15.1) --- updated-dependencies: - dependency-name: github.com/dogmatiq/enginekit 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 855d586..3894da7 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.1 require ( github.com/dogmatiq/aureus v0.1.0 github.com/dogmatiq/dogma v0.14.3 - github.com/dogmatiq/enginekit v0.15.0 + github.com/dogmatiq/enginekit v0.15.1 github.com/dogmatiq/iago v0.4.0 github.com/dogmatiq/interopspec v0.5.4 github.com/emicklei/dot v1.6.2 diff --git a/go.sum b/go.sum index e8ca97a..303ccba 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/dogmatiq/aureus v0.1.0 h1:BIUF1G4pdCiJ+WQ6GnTmbhaejbjtX35Z9w2somdgslA github.com/dogmatiq/aureus v0.1.0/go.mod h1:eTm6/WDfVI2tNjg1WCXiPt4fqjMhjO2kNM522ENa6mM= github.com/dogmatiq/dogma v0.14.3 h1:qwZqU1yqp80toUJcJBdFxLlh6xvlFd7jb7rycmriRUo= github.com/dogmatiq/dogma v0.14.3/go.mod h1:9lyVA+6V2+E/exV0IrBOrkUiyFwIATEhv+b0vnB2umQ= -github.com/dogmatiq/enginekit v0.15.0 h1:/FEkJ88NvKyJx+KZe5lSoNIOtdQWIp5jf/giFcVz2is= -github.com/dogmatiq/enginekit v0.15.0/go.mod h1:VYNGtuEGGYOnJqvSzi40QnkptFSfuSGeVk0jV83lzUA= +github.com/dogmatiq/enginekit v0.15.1 h1:i5FhnfTNyIZwgqHlH9MNU/9kDoOXvnDLi40FtIkUhbo= +github.com/dogmatiq/enginekit v0.15.1/go.mod h1:VYNGtuEGGYOnJqvSzi40QnkptFSfuSGeVk0jV83lzUA= github.com/dogmatiq/iago v0.4.0 h1:57nZqVT34IZxtCZEW/RFif7DNUEjMXgevfr/Mmd0N8I= github.com/dogmatiq/iago v0.4.0/go.mod h1:fishMWBtzYcjgis6d873VTv9kFm/wHYLOzOyO9ECBDc= github.com/dogmatiq/interopspec v0.5.4 h1:klyGPy16zUKJartJIJOBZ4JrQ4LxFiY3wgzFTTiNlDk=