From fbfe0c65a71d1365e735c2ed1e99ebe7d218daaf Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 7 Feb 2018 07:36:39 -0800 Subject: [PATCH] Switches to HashiCorp fork of jteeuwen/go-bindata. This was reported in #3868. We make a HashiCorp hard fork of the jteeuwen/go-bindata hard fork that was replaced and diffed the code against a Dec 1, 2015 copy of the original repository we had as a cross-check of that hard fork. This replaces references to jteeuwen/go-bindata to point to the HashiCorp fork. Fixes #3868 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 1be8744cb7..47d8a4dcf6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ SHELL = bash GOTOOLS = \ github.com/elazarl/go-bindata-assetfs/... \ - github.com/jteeuwen/go-bindata/... \ + github.com/hashicorp/go-bindata/... \ github.com/magiconair/vendorfmt/cmd/vendorfmt \ github.com/mitchellh/gox \ golang.org/x/tools/cmd/cover \