From b33d83f5d03f3f3cae3b79ab0fef0b0edcc92e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:21:01 +0000 Subject: [PATCH] Bump github.com/dogmatiq/dogma from 0.13.0 to 0.13.1 Bumps [github.com/dogmatiq/dogma](https://github.com/dogmatiq/dogma) from 0.13.0 to 0.13.1. - [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.13.0...v0.13.1) --- updated-dependencies: - dependency-name: github.com/dogmatiq/dogma 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 3cd9efa..cc2f371 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/dogmatiq/configkit v0.13.0 - github.com/dogmatiq/dogma v0.13.0 + github.com/dogmatiq/dogma v0.13.1 github.com/dogmatiq/interopspec v0.5.3 github.com/fxamacker/cbor/v2 v2.7.0 github.com/jmalloc/gomegax v0.0.0-20200507221434-64fca4c0e03a diff --git a/go.sum b/go.sum index e470c47..a2bf57a 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dogmatiq/configkit v0.13.0 h1:pV2Pz0iBUBnRfOm6tbWVRXvuh2bWHBScOh8KfVp/N68= github.com/dogmatiq/configkit v0.13.0/go.mod h1:9Sx3e0G9o/wPvRfhpKcS7+3bhYHmOyRBqKdXRZdDx7M= -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/dogma v0.13.1 h1:b1nsqYNmICEG2egvZ43K8w04Jma+MWYL6yF5Ad12y9o= +github.com/dogmatiq/dogma v0.13.1/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/interopspec v0.5.3 h1:AES184nLWcek8/vafykZJLmm59NlRiYiC40Tll8hEeg=