mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
10 lines
172 B
Go
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"
|
|
)
|