Skip to content

Commit 974e77b

Browse files
fix(deps): update module go.yaml.in/yaml/v2 to v3
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 13a2f01 commit 974e77b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

e2e-tests/tests/release/service/final_pipeline_finalizer_removed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/devfile/library/v2/pkg/util"
1111
tektonutils "github.com/konflux-ci/release-service/tekton/utils"
1212
tektonv1 "github.com/tektoncd/pipeline/pkg/apis/pipeline/v1"
13-
"go.yaml.in/yaml/v2"
13+
"go.yaml.in/yaml/v3"
1414

1515
releaseApi "github.com/konflux-ci/release-service/api/v1alpha1"
1616
"github.com/konflux-ci/release-service/e2e-tests/pkg/constants"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/onsi/gomega v1.42.1
1515
github.com/operator-framework/operator-lib v0.19.0
1616
github.com/tektoncd/pipeline v1.13.1
17-
go.yaml.in/yaml/v2 v2.4.4
17+
go.yaml.in/yaml/v3 v3.0.4
1818
k8s.io/api v0.35.6
1919
k8s.io/apimachinery v0.36.2
2020
k8s.io/client-go v11.0.0+incompatible
@@ -101,7 +101,7 @@ require (
101101
go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect
102102
go.opentelemetry.io/otel/trace v1.44.0 // indirect
103103
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
104-
go.yaml.in/yaml/v3 v3.0.4 // indirect
104+
go.yaml.in/yaml/v2 v2.4.4 // indirect
105105
golang.org/x/crypto v0.53.0 // indirect
106106
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
107107
golang.org/x/mod v0.37.0 // indirect

0 commit comments

Comments
 (0)