From 7d21d6c7767343b5140e0e906fffe96d669fc297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:01:08 +0000 Subject: [PATCH] Bump github.com/dogmatiq/dogma from 0.17.1 to 0.18.0 Bumps [github.com/dogmatiq/dogma](https://github.com/dogmatiq/dogma) from 0.17.1 to 0.18.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.17.1...v0.18.0) --- updated-dependencies: - dependency-name: github.com/dogmatiq/dogma dependency-version: 0.18.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 3f040f8..f3e0138 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.0 toolchain go1.24.1 require ( - github.com/dogmatiq/dogma v0.17.1 + github.com/dogmatiq/dogma v0.18.0 github.com/dogmatiq/enginekit v0.19.4 github.com/dogmatiq/projectionkit v0.8.0 github.com/dogmatiq/sqltest v0.3.0 diff --git a/go.sum b/go.sum index 746a9fe..213b128 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,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.17.1 h1:DKAgHgUlZRVUdPqcnZQZzkPazvFHPGKxtUyBo5QDRLQ= -github.com/dogmatiq/dogma v0.17.1/go.mod h1:TF6xisRxQ2RE3JQwFr6MCI4nWLKQQp7KRWXVHOq9K0k= +github.com/dogmatiq/dogma v0.18.0 h1:H3SAIacQKICve42zCKHosKv7YoQ+ckn/oCz3Pnw3I84= +github.com/dogmatiq/dogma v0.18.0/go.mod h1:TF6xisRxQ2RE3JQwFr6MCI4nWLKQQp7KRWXVHOq9K0k= github.com/dogmatiq/enginekit v0.19.4 h1:0gKTr20Q1/YG/MSEGstZ/ggjgyPFRMXyRkq+d6JYVpU= github.com/dogmatiq/enginekit v0.19.4/go.mod h1:okLRWuGB1lHx4ckaSjAz8YThbBjmqqU9xtxu4QvNAX4= github.com/dogmatiq/iago v0.4.0 h1:57nZqVT34IZxtCZEW/RFif7DNUEjMXgevfr/Mmd0N8I=