aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-01 01:26:44 +0000
committerTaras Madan <tarasmadan@google.com>2025-08-01 08:18:34 +0000
commit95162a2a36a88e57e0bb7735f4428e45dce4cfad (patch)
treebc95f17f7a5e288ab75bf6c5f2564c24429782bf /go.mod
parent0c075d67fcfde8d048cca2f751a82db97ebc3754 (diff)
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] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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