In some cases, before building a custom binary, it would be convenient to check the resolution of the dependencies and return only this information, without attempting to build the binary.
// Resolve returns the resolution of the dependencies as a map of dependency: version
Resolve(ctx context.Context, k6Constrains string, deps []Dependency) (map[string]string, error)
In some cases, before building a custom binary, it would be convenient to check the resolution of the dependencies and return only this information, without attempting to build the binary.