From b67ecf78ad27e752851095274617f5852842bbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:23:07 +0000 Subject: [PATCH] Bump github.com/dogmatiq/enginekit from 0.13.0 to 0.14.0 Bumps [github.com/dogmatiq/enginekit](https://github.com/dogmatiq/enginekit) from 0.13.0 to 0.14.0. - [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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: github.com/dogmatiq/enginekit dependency-type: direct:production update-type: version-update:semver-minor ... 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 c80fff63..b2e3dae7 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/dogmatiq/configkit v0.14.0 github.com/dogmatiq/discoverkit v0.1.2 github.com/dogmatiq/dogma v0.14.3 - github.com/dogmatiq/enginekit v0.13.0 + github.com/dogmatiq/enginekit v0.14.0 github.com/dogmatiq/example v0.0.0-20240928215850-83b14743c287 github.com/dogmatiq/ferrite v1.4.0 github.com/dogmatiq/persistencekit v0.10.0 diff --git a/go.sum b/go.sum index 2f193eb5..2b7fb8d1 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ 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/dyad v1.0.0 h1:T50WQ9rAzCMcT941wVH5RW5+tAGRssuVlNog+ZMQR54= github.com/dogmatiq/dyad v1.0.0/go.mod h1:PrUQr7OCSEUjAkhi7ad8BjxFPKe0I9yP2f1kGimPcJE= -github.com/dogmatiq/enginekit v0.13.0 h1:xq7ZBvuROgFaoPVVhcE6MHW7TwSX2OfQVerP26RHSt8= -github.com/dogmatiq/enginekit v0.13.0/go.mod h1:aMBlieoE3An8SVW3vxUcxOOAVaz5Pxc9BPY37Jdg9M0= +github.com/dogmatiq/enginekit v0.14.0 h1:ABYZq2FupEECCdm0AqkrSNH9KBbYPya/h5Zlr/M+Gtc= +github.com/dogmatiq/enginekit v0.14.0/go.mod h1:aMBlieoE3An8SVW3vxUcxOOAVaz5Pxc9BPY37Jdg9M0= github.com/dogmatiq/example v0.0.0-20240928215850-83b14743c287 h1:MS/wfudIjXb0vFiALKpS1IZmNMu9AoDzdghrjqB4vPI= github.com/dogmatiq/example v0.0.0-20240928215850-83b14743c287/go.mod h1:T/G0HRH6OSo5cIIH31dLBYZiFjsL8RQsaN2vv8XjoTw= github.com/dogmatiq/ferrite v1.4.0 h1:cXmorC8NdSieWhPBfgmnj4cmWIeaCQK2sflGa2H0xXY=