fixed fromYaml | toJson

This commit is contained in:
lead4good 2017-05-18 12:26:53 +02:00
parent ec2597d03d
commit bb4be33331

View file

@ -22,7 +22,7 @@ import (
"path"
"strings"
yaml "gopkg.in/yaml.v2"
"github.com/ghodss/yaml"
"github.com/BurntSushi/toml"
"github.com/gobwas/glob"