mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 08:00:05 +01:00
Add correct lockfile handling
This commit is contained in:
parent
061fe0fb19
commit
74c4caa0cf
5 changed files with 162 additions and 49 deletions
|
|
@ -28,7 +28,8 @@ type GitSource struct {
|
|||
}
|
||||
|
||||
type Dependency struct {
|
||||
Name string `json:"name"`
|
||||
Source Source `json:"source"`
|
||||
Version string `json:"version"`
|
||||
Name string `json:"name"`
|
||||
Source Source `json:"source"`
|
||||
Version string `json:"version"`
|
||||
DepSource string `json:"-"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue