mirror of
https://github.com/etcd-io/etcd.git
synced 2026-02-05 15:46:51 +01:00
- Create scripts/fix/mod-tidy.sh with proper workspace module iteration - Remove go.sum files before tidy to ensure clean state (regenerated by go mod tidy) - Use run wrapper for consistent command execution and logging - Update Makefile fix-mod-tidy target to use the new script - Add ETCD_ROOT_DIR support for dynamic path resolution - Delete module_mod_tidy_fix and mod_tidy_fix_pass functions from scripts/test.sh (functionality moved to scripts/fix/mod-tidy.sh) Signed-off-by: Himanshu Singh <himanshuich20@gmail.com>