From 47a71c9798edc803dc28b95a0498f44ca8715fae Mon Sep 17 00:00:00 2001 From: "thegreatgato-renovate[bot]" <260318259+thegreatgato-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:00:25 +0000 Subject: [PATCH] Update module github.com/google/go-cmp to v0.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6da89e7..b71148e 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/pkg/errors v0.9.1 - github.com/google/go-cmp v0.5.5 + github.com/google/go-cmp v0.7.0 )