mirror of
https://github.com/moby/buildkit.git
synced 2025-09-18 02:24:28 +03:00
Removes the `tools/tools.go` file used as a hack to get `go.mod` to track tools in favor of the new method introduced in go 1.24 of being formally supported in the `go.mod` file. This will allow the tools to be managed with the new `go get tool` and `go install tool` commands. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>