deps: Vendor github.com/hashicorp/go-plugin

This commit is contained in:
James Nugent
2016-03-23 10:09:46 -07:00
parent 84214437b3
commit 8e4da4e2a1
19 changed files with 1971 additions and 1 deletions

View File

@@ -9,8 +9,8 @@ import (
"runtime"
"sync"
"github.com/hashicorp/go-plugin"
"github.com/hashicorp/terraform/helper/logging"
"github.com/hashicorp/terraform/plugin"
"github.com/mattn/go-colorable"
"github.com/mitchellh/cli"
"github.com/mitchellh/panicwrap"