Skip to content

Commit

Permalink
🌱 Remove the empty go.mod/sum files from hack/tools
Browse files Browse the repository at this point in the history
All the tool binaries are managed via go install nowadays, so no need to
keep the module files around.

Add a .keep file to keep the now empty tools directory. It will still
be used by the build to store the tool binaries. Even though it would be
created automatically, having it as part of the git tree makes it more
obvious that it's still being used by the build.

See: 9847243 ("Use go-install for versioned dependencies")
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Mar 18, 2024
1 parent 5aaf119 commit c7e1dc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions hack/tools/go.mod

This file was deleted.

0 comments on commit c7e1dc9

Please sign in to comment.