mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 17:35:09 +01:00
Refactor git deps install and make local deps install work
This commit is contained in:
parent
07801936c0
commit
e4dcc3e116
4 changed files with 45 additions and 34 deletions
|
|
@ -19,5 +19,5 @@ import (
|
|||
)
|
||||
|
||||
type Interface interface {
|
||||
Install(ctx context.Context, dir, version string) (lockVersion string, err error)
|
||||
Install(ctx context.Context, name, dir, version string) (lockVersion string, err error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue