package main import ( "github.com/anchore/imgbom/cmd" ) func main() { cmd.Execute() }