skip

# this works, but the result drifts over time
# so we probably need to think about a better check

exec hof mod init hof.io/test
cmp cue.mod/module.cue match/cue.mod/module-init.cue

exec hof mod get -P github.com/hofstadter-io/hof@latest
cmp cue.mod/module.cue match/cue.mod/module-get.cue

-- match/cue.mod/module-init.cue --
module: "hof.io/test"
cue: "0.8.2"
-- match/cue.mod/module-get.cue --
module: "hof.io/test"
cue:    "0.8.2"

require: {
	"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
}

indirect: {
	"github.com/hofstadter-io/ghacue":     "v0.2.0"
	"github.com/hofstadter-io/hofmod-cli": "v0.8.0"
}
