Skip to content

Commit

Permalink
Bump github.com/dogmatiq/dapper from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [github.com/dogmatiq/dapper](https://github.com/dogmatiq/dapper) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/dogmatiq/dapper/releases)
- [Changelog](https://github.com/dogmatiq/dapper/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/dapper@v0.5.0...v0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 77cd6c7 commit 91601b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/dogmatiq/configkit v0.12.2
github.com/dogmatiq/cosyne v0.2.0
github.com/dogmatiq/dapper v0.5.0
github.com/dogmatiq/dapper v0.5.1
github.com/dogmatiq/dogma v0.12.1
github.com/dogmatiq/iago v0.4.0
github.com/dogmatiq/linger v1.1.0
Expand All @@ -17,6 +17,7 @@ require (
)

require (
github.com/dogmatiq/jumble v0.1.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ github.com/dogmatiq/configkit v0.12.2 h1:3CgioafFI57yxreHouRjDmRP8eXKlQOQPIHH1N0
github.com/dogmatiq/configkit v0.12.2/go.mod h1:F796JedZCVMSmLsb5794AvtHwtdfj0FiWj3SSbrXTco=
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.0 h1:fO5pSla6FTMO3lP1DrK1/eApUqhHDHzRNn4uuS5+znA=
github.com/dogmatiq/dapper v0.5.0/go.mod h1:JG6I76c95MDSTBBc58xSGFH7WJ4nrdOeAk+Nn62RKsM=
github.com/dogmatiq/dapper v0.5.1 h1:ukchNhVD9XUPsdEebJCmCsi1LaTDyouz3HrwoiYUSSU=
github.com/dogmatiq/dapper v0.5.1/go.mod h1:GkboktespYmpKgOG70ylT1gmD0LE12NL1YtDnLd1j/E=
github.com/dogmatiq/dogma v0.12.1 h1:mWIzmi3jio9ZnHJeJKNS5D19O2S4x4SLSxGXXn3IQiQ=
github.com/dogmatiq/dogma v0.12.1/go.mod h1:op4IjAGC593ONvvUPhh2xNyk/3Ezv9HkCPRlzdbkX9Y=
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=
github.com/dogmatiq/jumble v0.1.0/go.mod h1:FCGV2ImXu8zvThxhd4QLstiEdu74vbIVw9bFJSBcKr4=
github.com/dogmatiq/linger v1.1.0 h1:kGL9sL79qRa6Cr8PhadeJ/ptbum+b48pAaNWWlyVVKg=
github.com/dogmatiq/linger v1.1.0/go.mod h1:OOWJUwTxNkFolhuVdaTYjO4FmFLjZHZ8EMc5H5qOJ7Q=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
Expand Down

0 comments on commit 91601b1

Please sign in to comment.