Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As module_dirs also contains the go.mod file. We should add it into the module_dirs variable, so when executing ./scripts/fix.sh, the proper checks and fixes can be applied. Discovered when working on #18575 The directories are checked against the following: [Command] find . -type f -name go.mod -exec dirname {} \; [Output] ./etcdutl . ./tools/testgrid-analysis ./tools/rw-heatmaps ./tools/mod ./etcdctl ./tests ./server ./api ./client/internal/v2 ./client/v3 ./client/pkg ./pkg Signed-off-by: Chun-Hung Tseng <[email protected]>
- Loading branch information