From 90c19af62a2fc89a98d95cd71d5e4024a46a27db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 06:57:04 +0000 Subject: [PATCH] Bump github.com/matryer/is from 1.4.0 to 1.4.1 Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/matryer/is/releases) - [Commits](https://github.com/matryer/is/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/matryer/is dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8a45779..39e3b31 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/imdario/mergo v0.3.12 - github.com/matryer/is v1.4.0 + github.com/matryer/is v1.4.1 github.com/spf13/cobra v1.4.0 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 )