From 4c62e8e77e8df557a84c659f8f57dcfc17b1ab77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:16:31 +0200 Subject: [PATCH] Bump github.com/r3labs/diff/v2 from 2.14.3 to 2.14.4 (#41) Bumps [github.com/r3labs/diff/v2](https://github.com/r3labs/diff) from 2.14.3 to 2.14.4. - [Release notes](https://github.com/r3labs/diff/releases) - [Commits](https://github.com/r3labs/diff/compare/v2.14.3...v2.14.4) --- updated-dependencies: - dependency-name: github.com/r3labs/diff/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> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2514796..90982e4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ppapapetrou76/go-testing go 1.17 -require github.com/r3labs/diff/v2 v2.14.3 +require github.com/r3labs/diff/v2 v2.14.4 require ( github.com/golang/protobuf v1.3.1 // indirect diff --git a/go.sum b/go.sum index f2d00da..9e93a28 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/r3labs/diff/v2 v2.14.3 h1:zVp2yr3Fhf/k7HJar06GHASp0rFS4qdLt8ZikgSCb7Q= -github.com/r3labs/diff/v2 v2.14.3/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc= +github.com/r3labs/diff/v2 v2.14.4 h1:y+VpkUDT1TqKpK5iY700T645DC8gGiLvcY/9YtNBqA4= +github.com/r3labs/diff/v2 v2.14.4/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=