Skip to content

Commit

Permalink
Bump github.com/pierrre/assert from 0.2.6 to 0.3.0 (#47)
Browse files Browse the repository at this point in the history
Bumps [github.com/pierrre/assert](https://github.com/pierrre/assert) from 0.2.6 to 0.3.0.
- [Commits](pierrre/assert@v0.2.6...v0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 10914b7 commit 30fbe9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/pierrre/compare
go 1.21.0

require (
github.com/pierrre/assert v0.2.6
github.com/pierrre/go-libs v0.2.12
github.com/pierrre/assert v0.3.0
github.com/pierrre/go-libs v0.2.13
)

require (
github.com/pierrre/errors v0.5.1 // indirect
github.com/pierrre/pretty v0.0.9 // indirect
github.com/pierrre/pretty v0.0.10 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/pierrre/assert v0.2.6 h1:vZaoDkq1feWDz+ubGRzVUjFDjC8nfe/6lmNkxv1stIo=
github.com/pierrre/assert v0.2.6/go.mod h1:p0708/+f6xZ4xCVFyHTN2cDoxGoz9eVfHGpA9eOL3vU=
github.com/pierrre/assert v0.3.0 h1:uJMuvuJC9oJaZDgnJELJRkbQi+7VCXIva+m7WYipw2k=
github.com/pierrre/assert v0.3.0/go.mod h1:IpY8ao9wBlIxR/xeBTrvWKGd61L5iCdidguQXbTaclo=
github.com/pierrre/errors v0.5.1 h1:bv/kUIJfFR6oCWmMJumXU6+x750TZ17ukUEplpnAe3A=
github.com/pierrre/errors v0.5.1/go.mod h1:qrmBgXriffc/jS+Jw9R32XEKWddKc9NM0Foaoqxlths=
github.com/pierrre/go-libs v0.2.12 h1:VePypyZAVKUQ/YRfzSBMUF/5oiVkJMuT/Fdze01A9LE=
github.com/pierrre/go-libs v0.2.12/go.mod h1:5fGolX5nEISeGji0fHp8yjKBcl1AxxLtxuGJViQ4UNo=
github.com/pierrre/pretty v0.0.9 h1:WxtjXrUPR7FQKwCFxfCad3i1i5wlTajLDvgudMzzI9M=
github.com/pierrre/pretty v0.0.9/go.mod h1:+sNPatC2UOK/fWf2PMchw1yjbvJJKRJ0yFM7g9i9J1k=
github.com/pierrre/go-libs v0.2.13 h1:8/Rzu43Qcyd+hfg6qmOGD5+ey/Us3xgXkrXQ/FJGHTU=
github.com/pierrre/go-libs v0.2.13/go.mod h1:flMFC0Y9zAMRsVkXJMUkTSzcNJQWWmeC6D0aQkRfEZc=
github.com/pierrre/pretty v0.0.10 h1:Cb5som+1EpU+x7UA5AMy9I8AY2XkzMBywkLEAdo1JDg=
github.com/pierrre/pretty v0.0.10/go.mod h1:F+Z4XV4T5GIvbr/swCAkuQ2ng81qMaQT9CfI8rKOLdY=

0 comments on commit 30fbe9c

Please sign in to comment.