From c16c7e37f28ee781e20718bcb5ec8ac6b22af5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 21 Feb 2020 16:28:35 +0100 Subject: [PATCH] Use a specific go-check commit in vendor.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v1 is a branch, not a tag, so (make vendor) was updating it, bringing unexpected (not necessarily unwanted, but unexpected) changes. Signed-off-by: Miloslav Trmač --- vendor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor.conf b/vendor.conf index 553a63fe..c438b085 100644 --- a/vendor.conf +++ b/vendor.conf @@ -11,7 +11,7 @@ golang.org/x/sync 42b317875d0fa942474b76e1b46a6060d720ae6e github.com/opencontainers/go-digest c9281466c8b2f606084ac71339773efd177436e7 github.com/containers/storage v1.12.10 github.com/sirupsen/logrus v1.0.0 -github.com/go-check/check v1 +github.com/go-check/check 788fd78401277ebd861206a03c884797c6ec5541 github.com/stretchr/testify v1.1.3 github.com/davecgh/go-spew v1.1.1 github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc