1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files
source-to-image/hack/tools.go
Corey Daley 48f25bd76c adding goio
2023-03-16 00:59:17 -04:00

10 lines
172 B
Go

//go:build tools
// +build tools
package hack
// Add tools that scripts depend on here, to ensure they are vendored.
import (
_ "github.com/go-imports-organizer/goio"
)