Add ability to resolve and install transitive dependencies

This commit is contained in:
Frederic Branczyk 2018-04-25 09:01:00 +01:00
parent 5233278a99
commit f69df626e3
No known key found for this signature in database
GPG key ID: 7741A52782A90069
4 changed files with 163 additions and 87 deletions

View file

@ -14,7 +14,9 @@
package pkg
import "context"
import (
"context"
)
type Interface interface {
Install(ctx context.Context, dir, version string) (lockVersion string, err error)