Skip to content

Commit

Permalink
internal/api/convert: use go-yaml instead of sig-yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Jan 23, 2024
1 parent 0d2e010 commit ee38503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/api/convert/v1alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package convert
import (
"errors"

"sigs.k8s.io/yaml"
"gopkg.in/yaml.v3"

"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1"
"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha2"
Expand Down
2 changes: 1 addition & 1 deletion internal/api/convert/v1alpha_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"testing"

"github.com/stretchr/testify/assert"
"sigs.k8s.io/yaml"
"gopkg.in/yaml.v3"

"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1"
)
Expand Down

0 comments on commit ee38503

Please sign in to comment.