From 95162a2a36a88e57e0bb7735f4428e45dce4cfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 01:26:44 +0000 Subject: mod: bump github.com/sergi/go-diff Bumps [github.com/sergi/go-diff](https://github.com/sergi/go-diff) from 1.3.2-0.20230802210424-5b0b94c5c0d3 to 1.4.0. - [Commits](https://github.com/sergi/go-diff/commits/v1.4.0) --- updated-dependencies: - dependency-name: github.com/sergi/go-diff dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5ac76a281..ae54081f2 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/gorilla/handlers v1.5.2 github.com/ianlancetaylor/demangle v0.0.0-20250625212726-86fd2c0a1a74 github.com/prometheus/client_golang v1.22.0 - github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 + github.com/sergi/go-diff v1.4.0 github.com/speakeasy-api/git-diff-parser v0.0.3 github.com/stretchr/testify v1.10.0 github.com/ulikunitz/xz v0.5.12 -- cgit mrf-deployment