Remove dependency on BrianBland/yaml fork
Switched back to only using the go-yaml/yaml mainline repo. Fixes #69
This commit is contained in:
parent
10c9dfb5a6
commit
24155c0431
26 changed files with 103 additions and 10811 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue