From 5f742f6a49a58c6dddfa911084b152e1edfed0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:11:33 +0200 Subject: [PATCH] chore(deps): bump github.com/elliotchance/pie/v2 in /CLI (#483) Bumps [github.com/elliotchance/pie/v2](https://github.com/elliotchance/pie) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/elliotchance/pie/releases) - [Commits](https://github.com/elliotchance/pie/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: github.com/elliotchance/pie/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CLI/go.mod | 2 +- CLI/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLI/go.mod b/CLI/go.mod index 2187a6e04..088e2c94a 100644 --- a/CLI/go.mod +++ b/CLI/go.mod @@ -7,7 +7,7 @@ require ( github.com/bmatcuk/doublestar/v4 v4.6.1 github.com/chzyer/test v1.0.0 github.com/davecgh/go-spew v1.1.1 - github.com/elliotchance/pie/v2 v2.8.0 + github.com/elliotchance/pie/v2 v2.8.1 github.com/gertd/go-pluralize v0.2.1 github.com/mitchellh/mapstructure v1.5.0 github.com/spf13/pflag v1.0.5 diff --git a/CLI/go.sum b/CLI/go.sum index 35a9dcac7..469d9922c 100644 --- a/CLI/go.sum +++ b/CLI/go.sum @@ -8,8 +8,8 @@ github.com/chzyer/test v1.0.0 h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04= github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/elliotchance/pie/v2 v2.8.0 h1://QS43W8sEha8XV/fjngO5iMudN3XARJV5cpBayAcVY= -github.com/elliotchance/pie/v2 v2.8.0/go.mod h1:18t0dgGFH006g4eVdDtWfgFZPQEgl10IoEO8YWEq3Og= +github.com/elliotchance/pie/v2 v2.8.1 h1:JegnuZX2/Gg+UiC5snqJ5sFs/Ff1HtRn8ofSUQJqmDk= +github.com/elliotchance/pie/v2 v2.8.1/go.mod h1:18t0dgGFH006g4eVdDtWfgFZPQEgl10IoEO8YWEq3Og= github.com/gertd/go-pluralize v0.2.1 h1:M3uASbVjMnTsPb0PNqg+E/24Vwigyo/tvyMTtAlLgiA= github.com/gertd/go-pluralize v0.2.1/go.mod h1:rbYaKDbsXxmRfr8uygAEKhOWsjyrrqrkHVpZvoOp8zk= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=