The `deps` target in the Makefile runs `go mod tidy` followed by `go mod download`. `tidy` already downloads modules, making the second command redundant. **Files to change:** `Makefile`
The
depstarget in the Makefile runsgo mod tidyfollowed bygo mod download.tidyalready downloads modules, making the second command redundant.Files to change:
Makefile