diff --git a/glide.lock b/glide.lock index bb89dab..379a179 100644 --- a/glide.lock +++ b/glide.lock @@ -115,4 +115,6 @@ imports: - unicode/norm - name: gopkg.in/yaml.v2 version: a5b47d31c556af34a302ce5d659e6fea44d90de0 + repo: https://github.com/go-yaml/yaml.git + vcs: git testImports: [] diff --git a/glide.yaml b/glide.yaml index 1231d14..ab9783c 100644 --- a/glide.yaml +++ b/glide.yaml @@ -34,3 +34,6 @@ import: vcs: git - package: github.com/stretchr/testify version: ^1.1.4 +- package: gopkg.in/yaml.v2 + version: v2 + repo: https://github.com/go-yaml/yaml.git