r3labs-diff-versions
authorCyril Brulebois <cyril@debamax.com>
Wed, 31 May 2023 16:54:17 +0000 (17:54 +0100)
committerCyril Brulebois <cyril@debamax.com>
Wed, 31 May 2023 16:54:17 +0000 (17:54 +0100)
Gbp-Pq: Name 0008-r3labs-diff-versions.patch

go.mod
pkg/hubtest/parser_assert.go

diff --git a/go.mod b/go.mod
index a1c4ed18821c15d5717a4c472c22dbf03268de8c..0fb8fcf81a3f20c108b0b126dd2a87b7df76d4d9 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,7 @@ require (
        github.com/prometheus/client_golang v1.11.0
        github.com/prometheus/client_model v0.2.0
        github.com/prometheus/prom2json v1.3.0
-       github.com/r3labs/diff/v2 v2.14.1
+       github.com/r3labs/diff/v3 v3.0.0
        github.com/sirupsen/logrus v1.8.1
        github.com/spf13/cobra v1.5.0
        github.com/stretchr/testify v1.8.0
index 766f47e7067f14d10437bcf3dcea1c952c2cb942..40897c56a93be36a3a2dcb19af4d7b9b47ce0c13 100644 (file)
@@ -17,7 +17,7 @@ import (
        "github.com/enescakir/emoji"
        "github.com/fatih/color"
        "github.com/pkg/errors"
-       diff "github.com/r3labs/diff/v2"
+       diff "github.com/r3labs/diff/v3"
        log "github.com/sirupsen/logrus"
        "gopkg.in/yaml.v2"
 )