mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 17:35:09 +01:00
Add ability to resolve and install transitive dependencies
This commit is contained in:
parent
5233278a99
commit
f69df626e3
4 changed files with 163 additions and 87 deletions
|
|
@ -14,7 +14,9 @@
|
|||
|
||||
package pkg
|
||||
|
||||
import "context"
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
type Interface interface {
|
||||
Install(ctx context.Context, dir, version string) (lockVersion string, err error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue