File tree Expand file tree Collapse file tree
e2e-tests/tests/release/service Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments