Skip to content

Commit

Permalink
Use stable tags of dogmatiq/dogma and configkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jul 16, 2024
1 parent 9d6c3e3 commit de1278e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog], and this project adheres to
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]

### Added

- Added support for `Disable()` method in `dogmatiq/dogma` v0.13.1.

## [0.15.0] - 2024-03-26

### Added
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/dogmatiq/testkit
go 1.21

require (
github.com/dogmatiq/configkit v0.13.1-0.20240709220516-e4b1f94b3444
github.com/dogmatiq/configkit v0.13.1
github.com/dogmatiq/cosyne v0.2.0
github.com/dogmatiq/dapper v0.5.3
github.com/dogmatiq/dogma v0.13.1-0.20240708211023-af9214272677
github.com/dogmatiq/dogma v0.13.1
github.com/dogmatiq/iago v0.4.0
github.com/dogmatiq/linger v1.1.0
github.com/onsi/ginkgo/v2 v2.19.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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.1-0.20240709220516-e4b1f94b3444 h1:M5pQdRtb81Hwo3PEmJ1L/Uo9PzdJpEt1+Jrs170FwkQ=
github.com/dogmatiq/configkit v0.13.1-0.20240709220516-e4b1f94b3444/go.mod h1:V1SaR0nbSLJLrlhz+nlongCFUIIArB9ruPWsOnQtSgA=
github.com/dogmatiq/configkit v0.13.1 h1:iwddmpFabu2nwfElCcQ0NF3CWGJafKGkag+k6bW+09M=
github.com/dogmatiq/configkit v0.13.1/go.mod h1:Ou5kBaudSkl/3qIEVQJWedmbakf/tWCtROL49AcxqT0=
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.3 h1:DZkitO0TiokaiZt+9J7UNnagW2ezSYmJUlDTXLWGf8g=
github.com/dogmatiq/dapper v0.5.3/go.mod h1:lrBXvNri2wXkk1T0muaTUqd5lVDwIBRKeOzVRU46XI0=
github.com/dogmatiq/dogma v0.13.1-0.20240708211023-af9214272677 h1:2DDD3+89VQre3EOvkJL1syN5EUXNU06uAkXE5/fsaBU=
github.com/dogmatiq/dogma v0.13.1-0.20240708211023-af9214272677/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/jumble v0.1.0 h1:Cb3ExfxY+AoUP4G9/sOwoOdYX8o+kOLK8+dhXAry+QA=
Expand Down

0 comments on commit de1278e

Please sign in to comment.