Delete hashicorp cloner.

This commit is contained in:
jregan
2018-11-22 16:54:23 -08:00
parent 7c1277f24c
commit a40c2502de
238 changed files with 4 additions and 62987 deletions

View File

@@ -110,7 +110,7 @@ func (l *fileLoader) Root() string {
func newLoaderOrDie(fSys fs.FileSystem, path string) *fileLoader {
l, err := newFileLoaderAt(
path, fSys, []string{}, clonerToUse())
path, fSys, []string{}, simpleGitCloner)
if err != nil {
log.Fatalf("unable to make loader at '%s'; %v", path, err)
}