# hof mod vendor - with deps
exec hof mod vendor

-- cue.mod/module.cue --
module: "github.com/test/priv-bitbucket"
cue: "0.8.2"

require: {
	"bitbucket.org/hofstadter/hofmod-test-priv-bitbucket": "v0.0.2"
}
