mirror of
https://github.com/helm/helm.git
synced 2026-04-22 23:00:01 -04:00
fixed fromYaml | toJson
This commit is contained in:
parent
ec2597d03d
commit
bb4be33331
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
"path"
|
||||
"strings"
|
||||
|
||||
yaml "gopkg.in/yaml.v2"
|
||||
"github.com/ghodss/yaml"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
"github.com/gobwas/glob"
|
||||
|
|
|
|||
Loading…
Reference in a new issue