From ec99536b256f45196891e5da20bb4c8699baf012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 06:05:53 +0000 Subject: [PATCH] Bump github.com/dogmatiq/dogma from 0.12.1 to 0.13.0 Bumps [github.com/dogmatiq/dogma](https://github.com/dogmatiq/dogma) from 0.12.1 to 0.13.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.12.1...v0.13.0) --- updated-dependencies: - dependency-name: github.com/dogmatiq/dogma 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 3bd0100..f087775 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/dogmatiq/configkit v0.12.2 - github.com/dogmatiq/dogma v0.12.1 + github.com/dogmatiq/dogma v0.13.0 github.com/dogmatiq/projectionkit v0.7.0 github.com/dogmatiq/sqltest v0.3.0 github.com/dogmatiq/testkit v0.13.12 diff --git a/go.sum b/go.sum index f5b10c8..ec56d8b 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,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.5.0 h1:fO5pSla6FTMO3lP1DrK1/eApUqhHDHzRNn4uuS5+znA= github.com/dogmatiq/dapper v0.5.0/go.mod h1:JG6I76c95MDSTBBc58xSGFH7WJ4nrdOeAk+Nn62RKsM= -github.com/dogmatiq/dogma v0.12.1 h1:mWIzmi3jio9ZnHJeJKNS5D19O2S4x4SLSxGXXn3IQiQ= -github.com/dogmatiq/dogma v0.12.1/go.mod h1:op4IjAGC593ONvvUPhh2xNyk/3Ezv9HkCPRlzdbkX9Y= +github.com/dogmatiq/dogma v0.13.0 h1:MKk9MHErGKD53Y+43I4fcoPZMQjX0N2DUZEc4rLp+Hk= +github.com/dogmatiq/dogma v0.13.0/go.mod h1:9lyVA+6V2+E/exV0IrBOrkUiyFwIATEhv+b0vnB2umQ= 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/linger v1.1.0 h1:kGL9sL79qRa6Cr8PhadeJ/ptbum+b48pAaNWWlyVVKg=