From 07341f3966675e4875f8cad3c8d86ae502de6d4d Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 15 Jun 2017 22:11:50 -0700 Subject: vendor: add in github.com/pkg/errors This commit adds in the github.com/pkg/errors package for handling errors. This allows us to continue to add context to our errors as they move up the call stack, but still be able to switch on their root cause. Change-Id: I6fd55f184318ea1e28c93a84444a2627bff03682 --- vendor/vendor.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vendor/vendor.json') diff --git a/vendor/vendor.json b/vendor/vendor.json index 9a4ad2c..b634b0a 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -14,6 +14,12 @@ "revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef", "revisionTime": "2017-03-31T03:19:02Z" }, + { + "checksumSHA1": "rJab1YdNhQooDiBWNnt7TLWPyBU=", + "path": "github.com/pkg/errors", + "revision": "c605e284fe17294bda444b34710735b29d1a9d90", + "revisionTime": "2017-05-05T04:36:39Z" + }, { "checksumSHA1": "i71WrschHLiBZP8tSp5XIHWaLs8=", "path": "github.com/urfave/cli", -- cgit v1.2.3