Remove dependency on BrianBland/yaml fork
Switched back to only using the go-yaml/yaml mainline repo. Fixes #69
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user