chore(deps): replace "github.com/ghodss/yaml" with "sigs.k8s.io/yaml" (#2812)

This commit is contained in:
Livio Amstutz
2021-12-08 16:26:12 +01:00
committed by GitHub
parent 9967a3ee5e
commit 75f3067d42
5 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ import (
"strings"
"sync"
"github.com/ghodss/yaml"
"golang.org/x/text/language"
"sigs.k8s.io/yaml"
"github.com/caos/zitadel/internal/domain"
v1 "github.com/caos/zitadel/internal/eventstore/v1"