From 0070bdbc66022ff2d74a0e90f9c86399bc785791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 07:29:32 +0000 Subject: [PATCH] Bump github.com/pierrre/pretty from 0.0.10 to 0.0.12 Bumps [github.com/pierrre/pretty](https://github.com/pierrre/pretty) from 0.0.10 to 0.0.12. - [Commits](https://github.com/pierrre/pretty/compare/v0.0.10...v0.0.12) --- updated-dependencies: - dependency-name: github.com/pierrre/pretty dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bde9c95..a423840 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,6 @@ require ( require ( github.com/mattn/go-runewidth v0.0.15 // indirect github.com/pierrre/compare v1.4.2 // indirect - github.com/pierrre/pretty v0.0.10 // indirect + github.com/pierrre/pretty v0.0.12 // indirect github.com/rivo/uniseg v0.4.4 // indirect ) diff --git a/go.sum b/go.sum index c224bb3..6020298 100644 --- a/go.sum +++ b/go.sum @@ -9,8 +9,8 @@ github.com/pierrre/compare v1.4.2 h1:oabIiWclzAlXG7S/2MYSFDJ/vR34oa/MYrBZh5PNU80 github.com/pierrre/compare v1.4.2/go.mod h1:EBDtLjy0XYVBEFP4T3pWljpfTwL7X8DqPt9RIP1+svY= github.com/pierrre/go-libs v0.2.15 h1:NHWfVNq40c2omMRtKxhIwFWaTf6wlyHhcYef+tHdIAM= github.com/pierrre/go-libs v0.2.15/go.mod h1:eA3pQD5LHZmavOpTpUfO8FszduBNHoFXDWrevDR6Dy8= -github.com/pierrre/pretty v0.0.10 h1:Cb5som+1EpU+x7UA5AMy9I8AY2XkzMBywkLEAdo1JDg= -github.com/pierrre/pretty v0.0.10/go.mod h1:F+Z4XV4T5GIvbr/swCAkuQ2ng81qMaQT9CfI8rKOLdY= +github.com/pierrre/pretty v0.0.12 h1:Mc+oWRb+roNe6RuzM26QYeKRwrIHVL3gb+1z+fEWkdY= +github.com/pierrre/pretty v0.0.12/go.mod h1:j4/nhUovfK676muGe//D/Xskyrtm6PrBV3qadRRIy9k= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis= github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=