Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 6bf032d

Browse files
committed
getting rid of yet another YAML package
1 parent f38bbfd commit 6bf032d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ require (
1818
github.com/xanzy/go-gitlab v0.50.0
1919
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
2020
gopkg.in/go-playground/webhooks.v5 v5.11.0
21-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2221
k8s.io/api v0.22.2
2322
k8s.io/apiextensions-apiserver v0.22.2
2423
k8s.io/apimachinery v0.22.2

pkg/utils/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/pkg/errors"
1818
log "github.com/sirupsen/logrus"
1919
"github.com/valyala/fasttemplate"
20-
"gopkg.in/yaml.v3"
20+
"sigs.k8s.io/yaml"
2121
)
2222

2323
type Renderer interface {

0 commit comments

Comments
 (0)