Unverified Commit e9028b92 authored by Alessio Perugini's avatar Alessio Perugini Committed by GitHub

Make yaml output consistent with the json one (#2417)

parent 862a4cb3
......@@ -63,6 +63,8 @@ reviewed:
- golang.org/x/text/encoding/unicode
- golang.org/x/text/internal/utf8internal
- github.com/sagikazarmark/slog-shim
- sigs.k8s.io/yaml
- sigs.k8s.io/yaml/goyaml.v2
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
allowed:
......
This diff is collapsed.
This diff is collapsed.
......@@ -45,6 +45,7 @@ require (
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/yaml v1.4.0
)
require (
......
......@@ -26,7 +26,7 @@ import (
"github.com/arduino/arduino-cli/i18n"
"github.com/sirupsen/logrus"
"gopkg.in/yaml.v3"
"sigs.k8s.io/yaml"
)
// OutputFormat is an output format
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment