From f5314c59a12ca3a05cbff75ee29a8e8f078880ec Mon Sep 17 00:00:00 2001 From: Carolyn Van Slyck Date: Tue, 7 Feb 2017 12:54:27 -0600 Subject: [PATCH] Explicitly set the repo for yaml.v2 Workaround from https://github.com/Masterminds/glide/issues/449#issuecomment-262105353 --- glide.lock | 2 ++ glide.yaml | 3 +++ 2 files changed, 5 insertions(+) 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