# Test that using a bad import path does not result in a panic. -- tidy-check-error -- module is not tidy: cannot find module providing package x.com/Foo--bar@v0 -- want -- error: failed to resolve "x.com/Foo--bar@v0": cannot obtain versions for module "x.com/Foo--bar@v0": invalid OCI request: invalid repository name -- cue.mod/module.cue -- language: version: "v0.99.99" module: "main.org@v0" -- main.cue -- package main import "x.com/Foo--bar@v0" -- _registry/example.com_v0.0.1/cue.mod/module.cue -- module: "example.com@v0" -- _registry/example.com_v0.0.1/x.cue -- package x