From 3dbcc77fc8b0fe4fa81d329d0daae8f10937ae68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 06:52:39 +0000 Subject: [PATCH] Bump github.com/dogmatiq/dogma from 0.23.0 to 0.24.0 Bumps [github.com/dogmatiq/dogma](https://github.com/dogmatiq/dogma) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/dogmatiq/dogma/releases) - [Changelog](https://github.com/dogmatiq/dogma/blob/main/CHANGELOG.md) - [Commits](https://github.com/dogmatiq/dogma/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: github.com/dogmatiq/dogma dependency-version: 0.24.0 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 56e4dd0..4f3e768 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/dogmatiq/example go 1.26 require ( - github.com/dogmatiq/dogma v0.23.0 + github.com/dogmatiq/dogma v0.24.0 github.com/dogmatiq/enginekit v0.25.0 github.com/dogmatiq/projectionkit v0.10.0 github.com/dogmatiq/testkit v0.21.1 diff --git a/go.sum b/go.sum index 9e05929..d5e0953 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,8 @@ github.com/dogmatiq/cosyne v0.2.0 h1:tO957BpS4I9kqSw31ds6Ef4CXvV8zPAqWzbXKElsGWg github.com/dogmatiq/cosyne v0.2.0/go.mod h1:dD8EZjbRX7FFw9t6P7l1nwoZbA7YxtOCfl9ZZAHPucU= github.com/dogmatiq/dapper v0.6.0 h1:hnWUsjnt3nUiC9hmkPvuxrnMd7fYNz1i+/GS3gOx0Xs= github.com/dogmatiq/dapper v0.6.0/go.mod h1:ubRHWzt73s0MsPpGhWvnfW/Z/1YPnrkCsQv6CUOZVEw= -github.com/dogmatiq/dogma v0.23.0 h1:Be89oJvamKPRV/yCETJ59/08z2iD62slR3Y+DXvGsKU= -github.com/dogmatiq/dogma v0.23.0/go.mod h1:BNKrZq9wm3jRu35XUWQXkMRhq4EzYK+rOVbGjrbCVyI= +github.com/dogmatiq/dogma v0.24.0 h1:0nL3jF1HCLWd6o6DY+EhWzhlGWK8d+CPbZSx6ho3bZI= +github.com/dogmatiq/dogma v0.24.0/go.mod h1:BNKrZq9wm3jRu35XUWQXkMRhq4EzYK+rOVbGjrbCVyI= github.com/dogmatiq/enginekit v0.25.0 h1:Q26n/QS/donESYDc1KG8snKBbriunBVLlW2/Jokcv28= github.com/dogmatiq/enginekit v0.25.0/go.mod h1:OLpNQbousZdME2gsSbIgdy9/6F5iJwmvv9rDoCTULTI= github.com/dogmatiq/iago v0.4.0 h1:57nZqVT34IZxtCZEW/RFif7DNUEjMXgevfr/Mmd0N8I=