From 9dda3c36406e1774dea660f6dee2f1f5fb53561b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:02:10 +0000 Subject: [PATCH] Bump github.com/pierrre/pretty from 0.7.1 to 0.8.1 Bumps [github.com/pierrre/pretty](https://github.com/pierrre/pretty) from 0.7.1 to 0.8.1. - [Commits](https://github.com/pierrre/pretty/compare/v0.7.1...v0.8.1) --- updated-dependencies: - dependency-name: github.com/pierrre/pretty dependency-type: indirect update-type: version-update:semver-minor ... 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 7476c23..9b6f536 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,6 @@ require ( require ( github.com/mattn/go-runewidth v0.0.16 // indirect github.com/pierrre/compare v1.4.13 // indirect - github.com/pierrre/pretty v0.7.1 // indirect + github.com/pierrre/pretty v0.8.1 // indirect github.com/rivo/uniseg v0.4.7 // indirect ) diff --git a/go.sum b/go.sum index 99ba29b..a0fba4c 100644 --- a/go.sum +++ b/go.sum @@ -9,8 +9,8 @@ github.com/pierrre/compare v1.4.13 h1:b6gi3OgN1emmD1Ly37m+B/Pbq6tac+w3lNGT5xu4I1 github.com/pierrre/compare v1.4.13/go.mod h1:+ie0ecM2nS32oLck0FWDstwIUSZ0YF4KBIaACOvKhJM= github.com/pierrre/go-libs v0.9.4 h1:0TaU2mf7v1v9C5r9xTs2m55D04RtlKS+I+9VjpE94Ck= github.com/pierrre/go-libs v0.9.4/go.mod h1:8ukTYTknOuQ3Eq5dy2Kzhndi7pCLR5KcPGT4EdyooN0= -github.com/pierrre/pretty v0.7.1 h1:XyOxGMTr2WRrEs8N6riroDDPHbqOASIV8/nggImeTdA= -github.com/pierrre/pretty v0.7.1/go.mod h1:8WXIrWGZS1iT+efOcqzMj9cSUTBjDgz8AvmfI9eJ2nU= +github.com/pierrre/pretty v0.8.1 h1:xRSdy8/YdUG/+Ma3pAiGktdd/fD4Z43aB16zRXXQ810= +github.com/pierrre/pretty v0.8.1/go.mod h1:+DetkJrPnQ+EjZ8CFZ+DRfRNvghFv7UaXZEbe0RawLA= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=