1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files

10 lines
172 B
Go
Raw Permalink Normal View History

2023-03-14 20:11:44 -04:00
//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"
)