diff --git a/go.mod b/go.mod index 09605e67..0e13a670 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/dogmatiq/configkit go 1.21 require ( - github.com/dogmatiq/dogma v0.12.2-0.20240216000138-5952f8b37b64 + github.com/dogmatiq/dogma v0.13.0 github.com/dogmatiq/iago v0.4.0 github.com/dogmatiq/interopspec v0.5.3 github.com/emicklei/dot v1.6.1 diff --git a/go.sum b/go.sum index ca74f107..c271a823 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dogmatiq/dogma v0.12.2-0.20240216000138-5952f8b37b64 h1:eDqLJEZMfnG8TkWninf1d1iZixYLyu6MmQd4wATOhXY= -github.com/dogmatiq/dogma v0.12.2-0.20240216000138-5952f8b37b64/go.mod h1:9lyVA+6V2+E/exV0IrBOrkUiyFwIATEhv+b0vnB2umQ= +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/interopspec v0.5.3 h1:AES184nLWcek8/vafykZJLmm59NlRiYiC40Tll8hEeg=