Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(internal/godocfx): retry go get with explicit envoy dependency (#…
…11564) This is a bit of a hack. Alternatively, we could capture stderr and check for the ambiguous import string before retrying. This gets around errors of the form: ``` github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 in multiple modules: ``` I confirmed this works by running it locally (fails before this commit, succeeds after): ``` go run . cloud.google.com/go/bigquery ``` I also removed the now-deprecated `-d` flag.
- Loading branch information