# hof mod vendor - with deps

env GITHUB_TOKEN=thistokendoesnotexist
! exec hof mod vendor

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

require: {
	"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"
}
