Re: [go-nuts] go vendoring build issue

2016-10-28 Thread Aniket Bhat
Thanks Justin. I double-checked - every usage imports it as k8s.io/kubernetes/pkg/api . On Friday, October 28, 2016 at 3:38:47 PM UTC-4, Justin Israel wrote: > > > > On

Re: [go-nuts] go vendoring build issue

2016-10-28 Thread Justin Israel
On Sat, 29 Oct 2016, 12:41 AM Aniket Bhat wrote: > I am trying to build my project with *go build *and running into an error > where it seems like the type resolution of a method happens with the > vendored path and the invocation of the method is happening with the actual > package present in GO

[go-nuts] go vendoring build issue

2016-10-28 Thread Aniket Bhat
I am trying to build my project with *go build *and running into an error where it seems like the type resolution of a method happens with the vendored path and the invocation of the method is happening with the actual package present in GOPATH. client/nuageclusterclient.go:129: cannot use *lis