From 42ae9e83310461549f345bd511c81dcabed60839 Mon Sep 17 00:00:00 2001 From: Dan Carley Date: Thu, 14 Jun 2018 14:36:54 +0100 Subject: [PATCH] Update dep ensure This had got out of step with reality and `dep status` was complaining: Lock inputs-digest mismatch. This happens when Gopkg.toml is modified. Run `dep ensure` to regenerate the inputs-digest. input-digest mismatch --- Gopkg.lock | 2 +- vendor/.gitattributes | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 vendor/.gitattributes diff --git a/Gopkg.lock b/Gopkg.lock index 8cce3152a..85c8a940b 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -240,6 +240,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "5cbc02ead1d3d858271d1372bdcb6c947e4bbf82fd398bdd89093402b0a4ddde" + inputs-digest = "16add0699004672e8e2ae97d10efd3ce9800e09bb233a4f24473638cd85d5da3" solver-name = "gps-cdcl" solver-version = 1 diff --git a/vendor/.gitattributes b/vendor/.gitattributes deleted file mode 100644 index 87acd4f48..000000000 --- a/vendor/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* linguist-generated=true