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 \