You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: