zopencommunity / wharf

Apache License 2.0
6 stars 4 forks source link

feat: add vcs clone support for dependencies #16

Closed MacMalainey closed 1 year ago

MacMalainey commented 1 year ago

WORK IN PROGRESS

Adds VCS support for cloning dependencies that require porting instead of copying the module from the Go module cache into the workspace.

This feature can be enabled by passing -q as an argument to the CLI.

Closes #15