go-yaml: direct dependency on github repo

This commit is contained in:
Christian Schwarz
2017-09-22 15:29:54 +02:00
parent eaff4fb963
commit a459f0a0f6
3 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
"fmt"
"github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
yaml "gopkg.in/yaml.v2"
yaml "github.com/go-yaml/yaml"
"os"
)