knative / hack

Knative common scripts.
Apache License 2.0
18 stars 64 forks source link

Update deps finds invalid go modules #216

Closed cardil closed 2 years ago

cardil commented 2 years ago

205 introduce the foreach to find multiple go.mod files. This doesn't work well, as the vendor and third_party dirs needs to be excluded.

Also, the go_mod_module_name function reports invalid module names.