# hof mod vendor - keep me so go test does not complaining
exec hof mod vendor

-- cue.mods --
module github.com/test/withsolo

cue v0.4.3

require (
    github.com/hofstadter-io/hof v0.6.6
)
-- cue.mod/module.cue --
module: "github.com/test/withsolo"
-- dummy_end --



