# Functions
ConfigFromYaml returns an instance of Config from YAML.
DependencyFromLock converts a Lock to a Dependency.
LockfileFromMap takes a map of dependencies and generates a lock Lockfile instance.
LockfileFromYaml returns an instance of Lockfile from YAML.
LockFromDependency converts a Dependency to a Lock.
NewLockfile is used to create an instance of Lockfile.
ReadLockFile loads the contents of a glide.lock file.
# Structs
Config is the top-level configuration object.
Dependency describes a package that the present package depends upon.
Lock represents an individual locked dependency.
Lockfile represents a glide.lock file.
Owner describes an owner of a package.
# Type aliases
Dependencies is a collection of Dependency.
Locks is a slice of locked dependencies.
Owners is a list of owners for a project.