From cada7cc74e260292eb0e74cdb82c069e8958ac2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:39:14 +0000 Subject: [PATCH] chore: bump github.com/tufin/oasdiff in /tools/cli Bumps [github.com/tufin/oasdiff](https://github.com/tufin/oasdiff) from 1.10.24 to 1.10.25. - [Release notes](https://github.com/tufin/oasdiff/releases) - [Changelog](https://github.com/Tufin/oasdiff/blob/main/docs/changelog.html) - [Commits](https://github.com/tufin/oasdiff/compare/v1.10.24...v1.10.25) --- updated-dependencies: - dependency-name: github.com/tufin/oasdiff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/cli/go.mod | 2 +- tools/cli/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cli/go.mod b/tools/cli/go.mod index 6f1c38c05a..6b6b6db49a 100644 --- a/tools/cli/go.mod +++ b/tools/cli/go.mod @@ -9,7 +9,7 @@ require ( github.com/spf13/afero v1.11.0 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 - github.com/tufin/oasdiff v1.10.24 + github.com/tufin/oasdiff v1.10.25 go.uber.org/mock v0.4.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/tools/cli/go.sum b/tools/cli/go.sum index c010a2f4b9..6877a1cab1 100644 --- a/tools/cli/go.sum +++ b/tools/cli/go.sum @@ -54,8 +54,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4= github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU= github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY= github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28= -github.com/tufin/oasdiff v1.10.24 h1:r4C8cAQfJe6ICWGPIfWtS7uHDinrN1abhf2jSh78ki0= -github.com/tufin/oasdiff v1.10.24/go.mod h1:2jwb6iX/eERzBfMBhWNAYB85oyJCLk6uY1WukxZG26E= +github.com/tufin/oasdiff v1.10.25 h1:3FlPYuYgZRZ8HLyBZOLESGQaMl0kou8Bye1cv+lH6Vw= +github.com/tufin/oasdiff v1.10.25/go.mod h1:WUq9hT2Blrp4USDiI531ydaOGkhk1u8/z1A29VvQHzg= github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU= github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= github.com/wI2L/jsondiff v0.6.0 h1:zrsH3FbfVa3JO9llxrcDy/XLkYPLgoMX6Mz3T2PP2AI=