Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/dogmatiq/enginekit from 0.13.0 to 0.16.0 #591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/dogmatiq/configkit v0.14.0
github.com/dogmatiq/discoverkit v0.1.2
github.com/dogmatiq/dogma v0.14.3
github.com/dogmatiq/enginekit v0.13.0
github.com/dogmatiq/dogma v0.15.0
github.com/dogmatiq/enginekit v0.16.0
github.com/dogmatiq/example v0.0.0-20240928215850-83b14743c287
github.com/dogmatiq/ferrite v1.4.0
github.com/dogmatiq/persistencekit v0.10.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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/discoverkit v0.1.2 h1:NFgFe151bINH3/mNrIS6w0fiEWToSVwIHrjCDiEHw/Y=
github.com/dogmatiq/discoverkit v0.1.2/go.mod h1:mUFlbosF4i5papOkUa+OfTLv09AU/1cAU7GvN0Qd+VI=
github.com/dogmatiq/dogma v0.14.3 h1:qwZqU1yqp80toUJcJBdFxLlh6xvlFd7jb7rycmriRUo=
github.com/dogmatiq/dogma v0.14.3/go.mod h1:9lyVA+6V2+E/exV0IrBOrkUiyFwIATEhv+b0vnB2umQ=
github.com/dogmatiq/dogma v0.15.0 h1:aXOTd2K4wLvlwHc1D9OsFREp0BusNJ9o9KssxURftmg=
github.com/dogmatiq/dogma v0.15.0/go.mod h1:TF6xisRxQ2RE3JQwFr6MCI4nWLKQQp7KRWXVHOq9K0k=
github.com/dogmatiq/dyad v1.0.0 h1:T50WQ9rAzCMcT941wVH5RW5+tAGRssuVlNog+ZMQR54=
github.com/dogmatiq/dyad v1.0.0/go.mod h1:PrUQr7OCSEUjAkhi7ad8BjxFPKe0I9yP2f1kGimPcJE=
github.com/dogmatiq/enginekit v0.13.0 h1:xq7ZBvuROgFaoPVVhcE6MHW7TwSX2OfQVerP26RHSt8=
github.com/dogmatiq/enginekit v0.13.0/go.mod h1:aMBlieoE3An8SVW3vxUcxOOAVaz5Pxc9BPY37Jdg9M0=
github.com/dogmatiq/enginekit v0.16.0 h1:1+Fr0117jihoiY2SABsSAGhJYLi8DeNv35rR8PWgBfk=
github.com/dogmatiq/enginekit v0.16.0/go.mod h1:nODdKEljyHQHDRlwQrKD3NCJ/4y1jFFKYDwJ0yeHcVo=
github.com/dogmatiq/example v0.0.0-20240928215850-83b14743c287 h1:MS/wfudIjXb0vFiALKpS1IZmNMu9AoDzdghrjqB4vPI=
github.com/dogmatiq/example v0.0.0-20240928215850-83b14743c287/go.mod h1:T/G0HRH6OSo5cIIH31dLBYZiFjsL8RQsaN2vv8XjoTw=
github.com/dogmatiq/ferrite v1.4.0 h1:cXmorC8NdSieWhPBfgmnj4cmWIeaCQK2sflGa2H0xXY=
Expand Down
Loading