From 30fbe9c5fae86c521d0ef8ceb7a483b704904901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:06:49 +0000 Subject: [PATCH] Bump github.com/pierrre/assert from 0.2.6 to 0.3.0 (#47) Bumps [github.com/pierrre/assert](https://github.com/pierrre/assert) from 0.2.6 to 0.3.0. - [Commits](https://github.com/pierrre/assert/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index d9abfdf..9685156 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 7dea80b..15a591f 100644 --- a/go.sum +++ b/go.sum @@ -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=