From 100526437799536fe58463cefaf8b74b277d9960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 06:56:57 +0000 Subject: [PATCH] Bump github.com/imdario/mergo from 0.3.12 to 0.3.14 Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.14. - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.14) --- updated-dependencies: - dependency-name: github.com/imdario/mergo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8a45779..1fde911 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module github.com/FrancescoIlario/cog go 1.17 require ( - github.com/imdario/mergo v0.3.12 + github.com/imdario/mergo v0.3.14 github.com/matryer/is v1.4.0 github.com/spf13/cobra v1.4.0 - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 + gopkg.in/yaml.v3 v3.0.1 ) require (