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

Commit

Permalink
getting rid of yet another YAML package
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad <[email protected]>
  • Loading branch information
vavdoshka committed Feb 22, 2022
1 parent f38bbfd commit 757ac79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ require (
github.com/xanzy/go-gitlab v0.50.0
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
gopkg.in/go-playground/webhooks.v5 v5.11.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.22.2
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
"github.com/valyala/fasttemplate"
"gopkg.in/yaml.v3"
"sigs.k8s.io/yaml"
)

type Renderer interface {
Expand Down

0 comments on commit 757ac79

Please sign in to comment.