Re: [go-nuts] Dependency resolution weirdness with Go Modules.

2018-09-27 Thread Josh Harshman
, September 27, 2018 at 3:17:01 AM UTC-7, Paul Jolly wrote: > > Looks related to https://github.com/golang/go/issues/27457. > > Perhaps a variation of > https://github.com/golang/go/issues/27457#issuecomment-419364867 helps > in this situation? > On Thu, 27 Sep 2018 at 00:51, J

[go-nuts] Dependency resolution weirdness with Go Modules.

2018-09-26 Thread Josh Harshman
Using Go 1.11 and Go Modules to resolve package dependencies for my project. Unfortunately I am running into some vendoring issues and incompatibilities that have me a little stumped. Here is my go.mod file, there are a few packages listed as incompatible etc... go.mod module

[go-nuts] Re: Go vet reporting errors in vendor

2018-09-24 Thread Josh Harshman
Correction, the the first error on the output of go vet is solved. On Monday, September 24, 2018 at 3:26:27 PM UTC-7, Josh Harshman wrote: > > Tried updating other packages and got into a vicious cycle of > incompatibilities. > > Here is my dep s

[go-nuts] Re: Go vet reporting errors in vendor

2018-09-24 Thread Josh Harshman
ed.com/REDACTED/platform-haas/vendor/k8s.io/api/core/v1> ".ObjectMeta vendor/k8s.io/kubernetes/pkg/apis/core/v1/zz_generated.conversion.go:2985:51: too many errors On Monday, September 24, 2018 at 2:50:11 PM UTC-7, Josh Harshman wrote: > > Here I go starting to answer my

[go-nuts] Re: Go vet reporting errors in vendor

2018-09-24 Thread Josh Harshman
. On Monday, September 24, 2018 at 11:25:11 AM UTC-7, Josh Harshman wrote: > > I'm running `go vet` as part of the CI process for my app, more > specifically I am running `go vet $(go list ./... | grep -v '/vendor/')`. > Problem is I am getting errors on vendored packages. > >

[go-nuts] Go vet reporting errors in vendor

2018-09-24 Thread Josh Harshman
I'm running `go vet` as part of the CI process for my app, more specifically I am running `go vet $(go list ./... | grep -v '/vendor/')`. Problem is I am getting errors on vendored packages. go vet $(go list ./... | grep -v 'vendor') #

Re: [go-nuts] httplex missing

2018-05-07 Thread Josh Harshman
Ahh okay thanks :) On Monday, May 7, 2018 at 3:35:54 PM UTC-7, Sebastien Binet wrote: > > It has been moved/merged into httpguts. > > sent from my droid > > On Tue, May 8, 2018, 00:33 Josh Harshman <joshg...@gmail.com > > wrote: > >> Came across th

[go-nuts] httplex missing

2018-05-07 Thread Josh Harshman
Came across this issue today while adding packages into govendor. ➜ platform-ci git:(develop) ✗ go get golang.org/x/net/lex/httplex (ops/platform-vault) package golang.org/x/net/lex/httplex: cannot find package