kovetskiy/manul

cannot find package "golang_org/x/net/http2/hpack"

bydsky opened this issue · 3 comments

->manul -Q
2016/09/05 17:11:00 cannot find package "golang_org/x/net/http2/hpack" in any of:
/usr/local/go/src/golang_org/x/net/http2/hpack (from $GOROOT)
/home/tiger/go/src/golang_org/x/net/http2/hpack (from $GOPATH)

->go version
go version go1.7 linux/amd64

@bydsky how to reproduce?

@kovetskiy In https://github.com/sideshow/apns2
Run manul -Q

It seems to me it's a bug in build.Import in go 1.7

@bydsky Ok, I've fixed it, this error is occurring because since go1.7 net/http has own vendoring with golang_org packages.