Dave Protasowski
Dave Protasowski
> We could follow that approach, but **_we should also confirm the dependencies that have changed and only copy the code for those ones which have a reciprocal license_**. That's...
It looks like long term we'll be able to ensure the vendor directory is not modified https://github.com/golang/go/issues/27348
You can probably quickly hash the modules in the vendor folder and compare them with hash in go.sum no?
@wlynch do you have thoughts on this PR?
@chizhg @wlynch maybe then this feature goes behind a flag? ie. if we are already vendoring the code via `go mod vendor` we can pass a flag to go-licenses to...
@Bobgy any change you could include this in your v2 work?
> so where the error is shown (e.g. Files Changes, etc) is up to github annotation, but not golangci-lint. I guess to clarify I was just hoping the file names...
cc @chizhg from productivity
closing - this will be regenerated
In addition I notice the `resource.Helper` has a bunch of `context.TODO()` and exposing that as param would allow requests to be cancelled.