Versions in this module Expand all Collapse all v0 v0.1.6 Dec 28, 2021 Changes in this version + type Dependency interface + IsNeedWriteLockFile func() bool + Load func() (*ProtoDep, error) + func NewDependency(targetDir string, forceUpdate bool) Dependency + type DependencyImpl struct + func (d *DependencyImpl) IsNeedWriteLockFile() bool + func (d *DependencyImpl) Load() (*ProtoDep, error) + type ProtoDep struct + Dependencies []ProtoDepDependency + ProtoOutdir string + func (d *ProtoDep) Validate() error + type ProtoDepDependency struct + Branch string + Ignores []string + Path string + Protocol string + Revision string + Subgroup string + Target string + func (d *ProtoDepDependency) Directory() string + func (d *ProtoDepDependency) Repository() string