Remove dependency on BrianBland/yaml fork

Switched back to only using the go-yaml/yaml mainline repo.
Fixes #69
This commit is contained in:
Brian Bland 2015-01-16 11:32:15 -08:00
parent 10c9dfb5a6
commit 24155c0431
26 changed files with 103 additions and 10811 deletions

View file

@ -8,7 +8,7 @@ import (
"strconv"
"strings"
"gopkg.in/BrianBland/yaml.v2"
"gopkg.in/yaml.v2"
)
// Version is a major/minor version pair of the form Major.Minor