Skip to content

Commit

Permalink
Bump github.com/dogmatiq/aureus from 0.1.0 to 0.2.8
Browse files Browse the repository at this point in the history
Bumps [github.com/dogmatiq/aureus](https://github.com/dogmatiq/aureus) from 0.1.0 to 0.2.8.
- [Release notes](https://github.com/dogmatiq/aureus/releases)
- [Changelog](https://github.com/dogmatiq/aureus/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/aureus@v0.1.0...v0.2.8)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/aureus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 71e5b9e commit bb8fc4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
toolchain go1.23.1

require (
github.com/dogmatiq/aureus v0.1.0
github.com/dogmatiq/aureus v0.2.8
github.com/dogmatiq/dogma v0.15.0
github.com/dogmatiq/enginekit v0.16.1
github.com/dogmatiq/iago v0.4.0
Expand All @@ -19,10 +19,11 @@ require (
)

require (
github.com/dogmatiq/jumble v0.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/yuin/goldmark v1.7.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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/aureus v0.1.0 h1:BIUF1G4pdCiJ+WQ6GnTmbhaejbjtX35Z9w2somdgslA=
github.com/dogmatiq/aureus v0.1.0/go.mod h1:eTm6/WDfVI2tNjg1WCXiPt4fqjMhjO2kNM522ENa6mM=
github.com/dogmatiq/aureus v0.2.8 h1:pvkbRSavDqVO77GBC/mi5++UbExnxWNRO3IwIkKfC3M=
github.com/dogmatiq/aureus v0.2.8/go.mod h1:ckV6+qZDLK/hHMOJ3iSO/YrTBquHrdMVYHSLRtYk4NQ=
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/dogma v0.15.0 h1:aXOTd2K4wLvlwHc1D9OsFREp0BusNJ9o9KssxURftmg=
Expand Down Expand Up @@ -61,8 +61,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.7.0 h1:EfOIvIMZIzHdB/R/zVrikYLPPwJlfMcNczJFMs1m6sA=
github.com/yuin/goldmark v1.7.0/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
Expand Down

0 comments on commit bb8fc4c

Please sign in to comment.