From b18625092e2a225ebd75d30ca98683a6418b5cd1 Mon Sep 17 00:00:00 2001 From: Maxim Ivanov Date: Fri, 28 Apr 2017 12:48:16 +0100 Subject: [PATCH] Fix for vbom.ml bootstrap [WARN] Unable to checkout vbom.ml/util [ERROR] Update failed for vbom.ml/util: Cannot detect VCS [ERROR] Failed to install: Cannot detect VCS Makefile:120: recipe for target 'bootstrap' failed --- glide.lock | 2 ++ glide.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/glide.lock b/glide.lock index 77abc9aa6..4c63335c5 100644 --- a/glide.lock +++ b/glide.lock @@ -620,6 +620,8 @@ imports: - pkg/watch/json - name: vbom.ml/util version: db5cfe13f5cc80a4990d98e2e1b0707a4d1a5394 + repo: https://github.com/fvbommel/util.git + vcs: git subpackages: - sortorder testImports: diff --git a/glide.yaml b/glide.yaml index f2f6c69f0..9ae09dfa7 100644 --- a/glide.yaml +++ b/glide.yaml @@ -45,6 +45,10 @@ import: - package: github.com/chai2010/gettext-go - package: github.com/prometheus/client_golang version: v0.8.0 +- package: vbom.ml/util + repo: https://github.com/fvbommel/util.git + vcs: git + testImports: - package: github.com/stretchr/testify version: ^1.1.4