Vendor in go1.5.1 dependency

* Changes to make vendored packages accept new home.
* Fix go2idl to import vendored packages.
This commit is contained in:
Daniel Smith
2015-10-19 14:01:28 -07:00
parent 5ac9b16ade
commit 4deda6ea98
169 changed files with 45121 additions and 5 deletions

View File

@@ -18,17 +18,17 @@ package parser
import (
"fmt"
"go/ast"
"go/build"
"go/parser"
"go/token"
tc "go/types"
"io/ioutil"
"os/exec"
"path/filepath"
"strings"
"k8s.io/kubernetes/cmd/libs/go2idl/types"
"k8s.io/kubernetes/third_party/golang/go/ast"
"k8s.io/kubernetes/third_party/golang/go/build"
"k8s.io/kubernetes/third_party/golang/go/parser"
"k8s.io/kubernetes/third_party/golang/go/token"
tc "k8s.io/kubernetes/third_party/golang/go/types"
)
// Builder lets you add all the go files in all the packages that you care