Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies map[string]Dependency
type Dependency ¶
type LockFile ¶
type LockFile struct {
Version int `json:"version"`
Targets map[string]Dependencies `json:"dependencies"`
}
Click to show internal directories.
Click to hide internal directories.